wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



theme_auto_update_setting_template › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'theme_auto_update_setting_template', $template )
Parametry:
  • (string) $template The template for displaying the auto-update setting link.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

return apply_filters( 'theme_auto_update_setting_template', $template );