theme_auto_update_setting_template, $template
theme_auto_update_setting_template, $template
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('theme_auto_update_setting_template, $template') is found 1 times:
- /wp-admin/themes.php line 826
* @since 5.5.0 * * @param string $template The template for displaying the auto-update setting link. */ return apply_filters( 'theme_auto_update_setting_template', $template ); } /* * The tmpl-theme template is synchronized with PHP above! */ ?>