Filters the HTML of the auto-updates setting for each theme in the Themes list table.
$htmlstring$stylesheetstring$themeWP_Themewp-admin/includes/class-wp-ms-themes-list-table.php:866WP_MS_Themes_List_Table::column_autoupdates()<?php * * @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. */ echo apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme ); wp_admin_notice( '', array( 'type' => 'error', 'additional_classes' => array( 'notice-alt', 'inline', 'hidden' ),Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.