| [ 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/post-comments-count", 5 "title": "Comments Count", 6 "category": "theme", 7 "description": "Display a post's comments count.", 8 "textdomain": "default", 9 "usesContext": [ "postId" ], 10 "example": { 11 "viewportWidth": 350 12 }, 13 "supports": { 14 "anchor": true, 15 "html": false, 16 "color": { 17 "gradients": true, 18 "__experimentalDefaultControls": { 19 "background": true, 20 "text": true 21 } 22 }, 23 "spacing": { 24 "margin": true, 25 "padding": true 26 }, 27 "typography": { 28 "fontSize": true, 29 "lineHeight": true, 30 "textAlign": true, 31 "__experimentalFontFamily": true, 32 "__experimentalFontWeight": true, 33 "__experimentalFontStyle": true, 34 "__experimentalTextTransform": true, 35 "__experimentalTextDecoration": true, 36 "__experimentalLetterSpacing": true, 37 "__experimentalDefaultControls": { 38 "fontSize": true 39 } 40 }, 41 "__experimentalBorder": { 42 "radius": true, 43 "color": true, 44 "width": true, 45 "style": true 46 }, 47 "interactivity": { 48 "clientNavigation": true 49 } 50 }, 51 "style": "wp-block-post-comments-count" 52 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Tue Jun 16 08:20:09 2026 | Cross-referenced by PHPXref |