theme_auto_update_debug_string, $parent_theme_auto_update_string, $parent_theme, $enabled
theme_auto_update_debug_string, $parent_theme_auto_update_string, $parent_theme, $enabled
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('theme_auto_update_debug_string, $parent_theme_auto_update_string, $parent_theme, $enabled') is found 1 times:
- /wp-admin/includes/class-wp-debug-data.php line 1372
$parent_theme_auto_update_string = __( 'Disabled' ); } /** This filter is documented in wp-admin/includes/class-wp-debug-data.php */ $parent_theme_auto_update_string = apply_filters( 'theme_auto_update_debug_string', $parent_theme_auto_update_string, $parent_theme, $enabled ); $fields['auto_update'] = array( 'label' => __( 'Auto-update' ), 'value' => $parent_theme_auto_update_string, 'debug' => $parent_theme_auto_update_string, );