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.5.2

apply_filters('core_version_check_query_args') is found 1 times:

  • /wp-includes/update.php line 165
    	 *     @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 ) ) {