wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



theme_auto_update_setting_html › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme )
Parametry: (3)
  • (string) $html The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update.
    Wymagane: Tak
  • (string) $stylesheet Directory name of the theme.
    Wymagane: Tak
  • (WP_Theme) $theme WP_Theme object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the HTML of the auto-updates setting for each theme in the Themes list table.





Źródło

echo apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme );