Block Patterns
Block Pattern Functions
WordPress provides wrapper functions for registering and managing block patterns and pattern categories. Pattern Functions register_block_pattern() Registers a new block...
Block Patterns Hooks
Filters and actions for customizing block pattern behavior. Filters should_load_remote_block_patterns Controls whether patterns are loaded from the WordPress.org Pattern Directory....
Block Patterns API Overview
Block patterns are predefined block layouts that users can insert into content with a single click. Introduced in WordPress 5.5,...
WP_Block_Pattern_Categories_Registry
The WP_Block_Pattern_Categories_Registry class manages pattern categories that organize block patterns in the inserter. Like its pattern counterpart, it implements the...
WP_Block_Patterns_Registry
The WP_Block_Patterns_Registry class manages all registered block patterns in WordPress. It follows the singleton pattern, providing a centralized registry for...