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