Parsed: 128217
<?php /** * Blocks API: WP_Block_Patterns_Registry class * * @package WordPress * @subpackage Blocks * @since 5.5.0 */ #[AllowDynamicProperties] /* class WP_Block_Patterns_Registry */ /* function WP_Block_Patterns_Registry::register() – Registers a block pattern. */ /* function WP_Block_Patterns_Registry::unregister() – Unregisters a block pattern. */ /* function WP_Block_Patterns_Registry::get_registered() – Retrieves an array containing the properties of a registered pattern. */ /* function WP_Block_Patterns_Registry::get_all_registered() – Retrieves all registered block patterns. */ /* function WP_Block_Patterns_Registry::is_registered() – Checks if a pattern is registered. */ /* function WP_Block_Patterns_Registry::get_instance() – Utility method to retrieve the main instance of the class. */ /* function register_block_pattern() – Registers a new pattern. */ /* function unregister_block_pattern() – Unregisters a pattern. */