wp_get_update_data

wp_get_update_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_get_update_data') is found 1 times:

  • /wp-includes/update.php line 977
    973
    974
    975
    976
    977
    978
    979
    980
    981
    982
    983
         *     @type string  $update_title Titles of available updates.
         * }
         * @param array $titles An array of update counts and UI strings for available updates.
         */
        return apply_filters( 'wp_get_update_data', $update_data, $titles );
    }
     
    /**
     * Determines whether core should be updated.
     *
     * @since 2.8.0