| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/query-total", 5 "title": "Query Total", 6 "category": "theme", 7 "ancestor": [ "core/query" ], 8 "description": "Display the total number of results in a query.", 9 "textdomain": "default", 10 "attributes": { 11 "displayType": { 12 "type": "string", 13 "default": "total-results" 14 } 15 }, 16 "usesContext": [ "queryId", "query" ], 17 "supports": { 18 "anchor": true, 19 "align": [ "wide", "full" ], 20 "html": false, 21 "spacing": { 22 "margin": true, 23 "padding": true 24 }, 25 "color": { 26 "gradients": true, 27 "__experimentalDefaultControls": { 28 "background": true, 29 "text": true 30 } 31 }, 32 "typography": { 33 "fontSize": true, 34 "lineHeight": true, 35 "__experimentalFontFamily": true, 36 "__experimentalFontWeight": true, 37 "__experimentalFontStyle": true, 38 "__experimentalTextTransform": true, 39 "__experimentalTextDecoration": true, 40 "__experimentalLetterSpacing": true, 41 "__experimentalDefaultControls": { 42 "fontSize": true 43 } 44 }, 45 "__experimentalBorder": { 46 "radius": true, 47 "color": true, 48 "width": true, 49 "style": true, 50 "__experimentalDefaultControls": { 51 "radius": true, 52 "color": true, 53 "width": true, 54 "style": true 55 } 56 }, 57 "interactivity": { 58 "clientNavigation": true 59 } 60 }, 61 "style": "wp-block-query-total" 62 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Tue Jun 16 08:20:09 2026 | Cross-referenced by PHPXref |