You appear to be a bot. Output may be restricted
Description
Register Block Pattern Category.
Usage
$void = twenty_twenty_one_register_block_pattern_category();
Parameters
Returns
void
Source
File name: twentytwentyone/inc/block-patterns.php
Lines:
1 to 6 of 6
function twenty_twenty_one_register_block_pattern_category() { register_block_pattern_category( 'twentytwentyone', array( 'label' => esc_html__( 'Twenty Twenty-One', 'twentytwentyone' ) ) ); }