Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.217.64
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
georgeto /
wp-includes /
blocks /
query /
Delete
Unzip
Name
Size
Permission
Date
Action
block.json
1.28
KB
-rw-r--r--
2025-12-03 17:22
editor-rtl.css
1.6
KB
-rw-r--r--
2025-12-03 17:22
editor-rtl.min.css
1.46
KB
-rw-r--r--
2025-12-03 17:22
editor.css
1.6
KB
-rw-r--r--
2025-12-03 17:22
editor.min.css
1.46
KB
-rw-r--r--
2025-12-03 17:22
view.asset.php
84
B
-rw-r--r--
2024-11-23 13:12
view.js
4.59
KB
-rw-r--r--
2025-12-03 17:22
view.min.asset.php
84
B
-rw-r--r--
2024-11-23 13:12
view.min.js
1.44
KB
-rw-r--r--
2025-04-16 13:15
Save
Rename
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/query", "title": "Query Loop", "category": "theme", "description": "An advanced block that allows displaying post types based on different query parameters and visual configurations.", "keywords": [ "posts", "list", "blog", "blogs", "custom post types" ], "textdomain": "default", "attributes": { "queryId": { "type": "number" }, "query": { "type": "object", "default": { "perPage": null, "pages": 0, "offset": 0, "postType": "post", "order": "desc", "orderBy": "date", "author": "", "search": "", "exclude": [], "sticky": "", "inherit": true, "taxQuery": null, "parents": [], "format": [] } }, "tagName": { "type": "string", "default": "div" }, "namespace": { "type": "string" }, "enhancedPagination": { "type": "boolean", "default": false } }, "usesContext": [ "templateSlug" ], "providesContext": { "queryId": "queryId", "query": "query", "displayLayout": "displayLayout", "enhancedPagination": "enhancedPagination" }, "supports": { "align": [ "wide", "full" ], "html": false, "layout": true, "interactivity": true, "contentRole": true }, "editorStyle": "wp-block-query-editor" }