plugin_auto_update_debug_string

plugin_auto_update_debug_string

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('plugin_auto_update_debug_string') is found 1 times:

  • /wp-admin/includes/class-wp-debug-data.php line 990
    986
    987
    988
    989
    990
    991
    992
    993
    994
    995
    996
         * @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(