plugin_auto_update_debug_string

plugin_auto_update_debug_string

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('plugin_auto_update_debug_string') is found 1 times:

  • /wp-admin/includes/class-wp-debug-data.php line 1068
    				 * @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;
    			}
    
    			$info[ $plugin_part ]['fields'][ sanitize_text_field( $plugin['Name'] ) ] = array(