wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



theme_auto_update_setting_html › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme )
Parameter: (3)
  • (string) $html The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update.
    Erforderlich: Ja
  • (string) $stylesheet Directory name of the theme.
    Erforderlich: Ja
  • (WP_Theme) $theme WP_Theme object.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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