Uses
Uses | Description |
---|---|
wp-includes/class-wp-block-patterns-registry.php: WP_Block_Patterns_Registry::get_instance() | Utility method to retrieve the main instance of the class. |
Unregisters a pattern.
(string) (Required) Pattern name including namespace.
(bool) True if the pattern was unregistered with success and false otherwise.
File: wp-includes/class-wp-block-patterns-registry.php
function unregister_block_pattern( $pattern_name ) { return WP_Block_Patterns_Registry::get_instance()->unregister( $pattern_name ); }
Version | Description |
---|---|
5.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/unregister_block_pattern