theme_auto_update_setting_html

theme_auto_update_setting_html

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('theme_auto_update_setting_html') is found 1 times:

  • /wp-admin/includes/class-wp-ms-themes-list-table.php line 861
    		 *                             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' ),