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



theme_auto_update_setting_template › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'theme_auto_update_setting_template', $template )
Parametri:
  • (string) $template The template for displaying the auto-update setting link.
    Richiesto:
Definito a:
Codex:

Filters the JavaScript template used to display the auto-update setting for a theme (in the overlay).

See {@see wp_prepare_themes_for_js()} for the properties of the data object.





Sorgenti

return apply_filters( 'theme_auto_update_setting_template', $template );