__( 'Marketing Button', 'brahma' ), 'description' => __( 'Call to action button designed to drive user engagement and conversions, perfect for promotions, lead generation, and e-commerce.', 'brahma' ), 'content' => '
', 'categories' => array( 'call-to-action' ), ) ); // You can register more patterns here. } add_action( 'init', BRAHMA_NS . 'brahma_register_block_patterns' ); /** * Register Categories */ function brahma_register_block_pattern_categories() { if ( function_exists( 'register_block_pattern_category' ) ) { register_block_pattern_category( 'brahma_landingpage', array( 'label' => __( 'Landing Pages', 'brahma' ) ) ); } } add_action( 'init', BRAHMA_NS . 'brahma_register_block_pattern_categories' );