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. | 
Registers a new pattern.
(string) (Required) Pattern name including namespace.
(array) (Required) Array containing the properties of the pattern.
(bool) True if the pattern was registered with success and false otherwise.
File: wp-includes/class-wp-block-patterns-registry.php
function register_block_pattern( $pattern_name, $pattern_properties ) {
	return WP_Block_Patterns_Registry::get_instance()->register( $pattern_name, $pattern_properties );
}  | Version | Description | 
|---|---|
| 5.5.0 | Introduced. | 
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/functions/register_block_pattern