apply_filters( ‘theme_auto_update_setting_template’, string $template )

In this article

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.

Parameters

$templatestring
The template for displaying the auto-update setting link.

Source

return apply_filters( 'theme_auto_update_setting_template', $template );

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.