Retrieves all registered pattern categories.
(array) Array of arrays containing the registered pattern categories properties.
File: wp-includes/class-wp-block-pattern-categories-registry.php
public function get_all_registered() {
		return array_values( $this->registered_categories );
	}  | Version | Description | 
|---|---|
| 5.5.0 | Introduced. | 
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/classes/wp_block_pattern_categories_registry/get_all_registered