Summery Summery

Filters the HTML of the auto-updates setting for each theme in the Themes list table.

Syntax Syntax

apply_filters( 'theme_auto_update_setting_html', string $html, string $stylesheet, WP_Theme $theme )

Parameters Parameters

$html

The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update.

$stylesheet

Directory name of the theme.

$theme

WP_Theme object.

Source Source

File: wp-admin/includes/class-wp-ms-themes-list-table.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.5.0 Introduced.

Advertisement

Leave a Reply