📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 02:06:42
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-includes
/
blocks
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-includes/blocks
🔄 Refresh
✏️
Editing: query-pagination.php
Writable
<?php /** * Server-side rendering of the `core/query-pagination` block. * * @package WordPress */ /** * Registers the `core/query-pagination` block on the server. */ function register_block_core_query_pagination() { register_block_type_from_metadata( __DIR__ . '/query-pagination' ); } add_action( 'init', 'register_block_core_query_pagination' );
💾 Save Changes
❌ Cancel