wp-content/themes/twentytwentyfour/functions.php:194Registers pattern categories.
void function twentytwentyfour_pattern_categories() { register_block_pattern_category( 'twentytwentyfour_page', array( 'label' => _x( 'Pages', 'Block pattern category', 'twentytwentyfour' ), 'description' => __( 'A collection of full page layouts.', 'twentytwentyfour' ), ) ); }Introduced in Twenty Twenty-Four 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentytwentyfour/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.