core_version_check_query_args

core_version_check_query_args

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('core_version_check_query_args') is found 1 times:

  • /wp-includes/update.php line 167
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    *     @type int    $multisite_enabled  Whether this WordPress installation uses Multisite.
     *     @type int    $initial_db_version Database version of WordPress at time of installation.
     * }
     */
    $query = apply_filters( 'core_version_check_query_args', $query );
     
    $post_body = array(
        'translations' => wp_json_encode( $translations ),
    );
     
    if ( is_array( $extra_stats ) ) {