theme_auto_update_setting_template WordPress Filter Hook

This hook is used to update the setting for a particular theme. Themes can use this hook to update their settings when the user changes them.

apply_filters( 'theme_auto_update_setting_template', string $template ) #

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.


Top ↑

Parameters

$template

(string)The template for displaying the auto-update setting link.


Top ↑

Source

File: wp-admin/themes.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.