theme_auto_update_debug_string, $auto_updates_string, $theme, $enabled

theme_auto_update_debug_string, $auto_updates_string, $theme, $enabled

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('theme_auto_update_debug_string, $auto_updates_string, $theme, $enabled') is found 1 times:

  • /wp-admin/includes/class-wp-debug-data.php line 1494
    				 * @param string   $auto_updates_string The string output for the auto-updates column.
    				 * @param WP_Theme $theme               An object of theme data.
    				 * @param bool     $enabled             Whether auto-updates are enabled for this item.
    				 */
    				$auto_updates_string = apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $theme, $enabled );
    
    				$theme_version_string       .= ' | ' . $auto_updates_string;
    				$theme_version_string_debug .= ', ' . $auto_updates_string;
    			}
    
    			$fields[ sanitize_text_field( $theme->name ) ] = array(