register_block_pattern_category( string $category_name, array $category_properties )
Registers a new pattern category.
Parameters Parameters
- $category_name
-
(string) (Required) Pattern category name.
- $category_properties
-
(array) (Required) Array containing the properties of the category.
Return Return
(bool) True if the pattern category was registered with success and false otherwise.
Source Source
File: wp-includes/class-wp-block-pattern-categories-registry.php
function register_block_pattern_category( $category_name, $category_properties ) { return WP_Block_Pattern_Categories_Registry::get_instance()->register( $category_name, $category_properties ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Example from Block Editor Handbook:
These categories already exist in core as of 5.5.1: