WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_auto_update_setting_html

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-ms-themes-list-table.php apply_filters 850 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $html The HTML for theme's auto-update setting, including
string $stylesheet Directory name of the theme.
WP_Theme $theme WP_Theme object.