wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



theme_auto_update_setting_html › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme )
Parametri: (3)
  • (string) $html The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update.
    Richiesto:
  • (string) $stylesheet Directory name of the theme.
    Richiesto:
  • (WP_Theme) $theme WP_Theme object.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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