apply_filters( 'theme_auto_update_setting_template', string $template )
- Since
- 5.5.0
Filters the JavaScript template used to display the auto-update setting for a theme (in the overlay).
Description
See wp_prepare_themes_for_js() for the properties of the data object.
Compatibility
- WordPress
- since 5.5.0
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0).
Parameters
$templatestring- The template for displaying the auto-update setting link.
Where this hook fires · 1
wp-admin/themes.php:829wp_theme_auto_update_setting_template()
Source code
* See {@see wp_prepare_themes_for_js()} for the properties of the `data` object. * * @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! */?>Changelog
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.