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

apply_filters('core_version_check_query_args') is found 1 times:

  • /wp-includes/update.php line 176
    	 *     @type array  $platform_flags     List containing the operating system name and bit support.
    	 *     @type array  $image_support      List of image formats supported by GD and Imagick.
    	 * }
    	 */
    	$query = apply_filters( 'core_version_check_query_args', $query );
    
    	$post_body = array(
    		'translations' => wp_json_encode( $translations ),
    	);
    
    	if ( is_array( $extra_stats ) ) {