📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
12322.17 KB
0644
🗑️
⬇️
✏️
🔒
Editing: query-pagination.php
<?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