Unregisters a pattern category.
WP_Block_Pattern_Categories_Registry::get_registered
Retrieves an array containing the properties of a registered pattern category.
WP_Block_Pattern_Categories_Registry::get_all_registered
Retrieves all registered pattern categories.
WP_Block_Pattern_Categories_Registry::is_registered
Checks if a pattern category is registered.
Advertisement
WP_Block_Pattern_Categories_Registry::get_instance
Utility method to retrieve the main instance of the class.
register_block_pattern
Registers a new pattern.
unregister_block_pattern
Unregisters a pattern.
WP_Block_Patterns_Registry
Class used for interacting with patterns.
Advertisement
WP_Block_Patterns_Registry::register
Registers a pattern.
WP_Block_Patterns_Registry::unregister
Unregisters a pattern.
WP_Block_Patterns_Registry::get_registered
Retrieves an array containing the properties of a registered pattern.
WP_Block_Patterns_Registry::get_all_registered
Retrieves all registered patterns.
Advertisement
WP_Block_List::count
Returns the count of blocks in the list.
WP_Block_List
Class representing a list of block instances.
WP_Block_List::__construct
Constructor.