array('label' => __('SaasLauncher Sections', 'akiieezlauncher')), 'akiieezlauncher-homes' => array('label' => __('Homepage Templates', 'akiieezlauncher')), 'akiieezlauncher-pages' => array('label' => __('Page Templates', 'akiieezlauncher')), 'akiieezlauncher-blogs' => array('label' => __('Blog Templates', 'akiieezlauncher')), ); $block_pattern_categories = apply_filters('akiieezlauncher_block_pattern_categories', $block_pattern_categories); foreach ($block_pattern_categories as $name => $properties) { if (!WP_Block_Pattern_Categories_Registry::get_instance()->is_registered($name)) { register_block_pattern_category($name, $properties); // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_pattern_category } } } add_action('init', 'akiieezlauncher_register_pattern_category', 9);