Blocks for reusing content across posts. core/block Synced pattern (formerly "reusable block"). References a wp_block post that can be reused across the site. Changes to the pattern update everywhere it's...
Content and typography blocks. core/paragraph Basic text content block. Attributes: content (rich-text) — Paragraph text dropCap (boolean) — Enable drop cap placeholder (string) — Placeholder text direction (string) — Text...
Site structure, query loop, and post content blocks. Site Blocks core/site-title Site title from Settings. Attributes: level (integer) — Heading level 0-6 (0 = paragraph) levelOptions (array) — Available levels...
Dynamic content blocks for sidebars and widgets. core/archives Post archives list by date. Attributes: displayAsDropdown (boolean) — Display as dropdown showLabel (boolean) — Show label (default: true) showPostCounts (boolean) —...
Pseudo-cron system for scheduling deferred and recurring tasks in WordPress. Since: 2.1.0 Source: wp-includes/cron.php, wp-cron.php Components Component Description functions.md Scheduling, unscheduling, and query functions hooks.md Filters for overriding cron behavior...
WordPress core blocks shipped with every installation. Source: wp-includes/blocks/*/block.json Total: 106 blocks Blocks by Category Category Count Description text 14 Content blocks (paragraph, heading, list, etc.) media 7 Images, video,...
Layout, structure, and design blocks. core/group Generic container block. Attributes: tagName (string) — HTML tag (div, main, section, article, aside, header, footer) templateLock (string/boolean) — Template lock (all, insert, contentOnly,...
Core class for organizing comments as instantiated objects. Since: 4.4.0 Source: wp-includes/class-wp-comment.php Overview WP_Comment represents a single comment as an object with defined properties. It provides methods for accessing comment...
WordPress comment system for managing user discussions on posts and pages. Since: 1.0.0 Source: wp-includes/comment.php, wp-includes/class-wp-comment.php, wp-includes/class-wp-comment-query.php, wp-includes/comment-template.php Components Component Description functions.md Core comment functions class-wp-comment.md Comment object representation class-wp-comment-query.md...
Core functions for working with WordPress comments. Retrieval Functions get_comment() Retrieves comment data given a comment ID or comment object. get_comment( $comment = null, $output = OBJECT ): WP_Comment|array|null Parameters:...