wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



theme_auto_update_setting_html › Les Filtres WordPress

Depuis5.5.0
Dépréciéen/a
apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme )
Paramètres: (3)
  • (string) $html The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update.
    Requis: Oui
  • (string) $stylesheet Directory name of the theme.
    Requis: Oui
  • (WP_Theme) $theme WP_Theme object.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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