HEX
Server: Apache/2.4.52 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1
System: Linux inga 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: surminco (1061)
PHP: 7.4.28
Disabled: NONE
Upload Files
File: /home/surminco/web/surminco.com.vn/public_html/wp-includes/blocks/query.php
<?php
/**
 * Server-side rendering of the `core/query` block.
 *
 * @package WordPress
 */

/**
 * Registers the `core/query` block on the server.
 */
function register_block_core_query() {
	register_block_type_from_metadata(
		__DIR__ . '/query'
	);
}
add_action( 'init', 'register_block_core_query' );