WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about twentytwentytwo_block_pattern_categories

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-content/themes/twentytwentytwo/inc/block-patterns.php apply_filters 39 /**
* Filters the theme block pattern categories.
*
* @since Twenty Twenty-Two 1.0
*
* @param array[] $block_pattern_categories {
* An associative array of block pattern categories, keyed by category name.
*
* @type array[] $properties {
* An array of block category properties.
*
* @type string $label A human-readable label for the pattern category.
* }
* }
*/

Hook Parameters

Parameter Type Name Description
array[] $block_pattern_categorie s {