plugin_auto_update_debug_string, $auto_updates_string, $plugin_path, $plugin, $enabled
plugin_auto_update_debug_string, $auto_updates_string, $plugin_path, $plugin, $enabled
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('plugin_auto_update_debug_string, $auto_updates_string, $plugin_path, $plugin, $enabled') is found 1 times:
- /wp-admin/includes/class-wp-debug-data.php line 1114
* @param string $plugin_path The path to the plugin file. * @param array $plugin An array of plugin data. * @param bool $enabled Whether auto-updates are enabled for this item. */ $auto_updates_string = apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin_path, $plugin, $enabled ); $plugin_version_string .= ' | ' . $auto_updates_string; $plugin_version_string_debug .= ', ' . $auto_updates_string; } $fields[ $plugin_part ][ sanitize_text_field( $plugin['Name'] ) ] = array(