Description
Filters the HTML of the auto-updates setting for each theme in the Themes list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-ms-themes-list-table.php | 863 |
Parameters
Type | Name | Description |
---|---|---|
string | $html | The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update. |
string | $stylesheet | Directory name of the theme. |
WP_Theme | $theme | WP_Theme object. |
PHP Doc
/**
* Filters the HTML of the auto-updates setting for each theme in the Themes list table.
*
* @since 5.5.0
*
* @param string $html The HTML for theme's auto-update setting, including
* toggle auto-update action link and time to next update.
* @param string $stylesheet Directory name of the theme.
* @param WP_Theme $theme WP_Theme object.
*/