theme_auto_update_setting_html, $html, $stylesheet, $theme
theme_auto_update_setting_html, $html, $stylesheet, $theme
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('theme_auto_update_setting_html, $html, $stylesheet, $theme') is found 1 times:
- /wp-admin/includes/class-wp-ms-themes-list-table.php line 887
* 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' ),