theme_auto_update_setting_template

Advertisement

Summery Summery

Filters the JavaScript template used to display the auto-update setting for a theme (in the overlay).

Syntax Syntax

apply_filters( 'theme_auto_update_setting_template', string $template )

Description Description

See wp_prepare_themes_for_js() for the properties of the data object.

Parameters Parameters

$template

The template for displaying the auto-update setting link.

Source Source

File: wp-admin/themes.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.5.0 Introduced.

Advertisement

Leave a Reply