wpseek.com
A WordPress-centric search engine for devs and theme authors



theme_auto_update_setting_template › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'theme_auto_update_setting_template', $template )
Parameters:
  • (string) $template The template for displaying the auto-update setting link.
    Required: Yes
Defined at:
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.





Source

return apply_filters( 'theme_auto_update_setting_template', $template );