__( 'Seedlet', 'seedlet' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'seedlet/group-split-background', array( 'title' => __( 'Group with Split Background', 'seedlet' ), 'categories' => array( 'seedlet' ), 'content' => "\n
\n
\n\n\n\n
\""
\n\n\n\n
\n
\n", ) ); register_block_pattern( 'seedlet/group-image-overlap', array( 'title' => __( 'Group with Image Overlap', 'seedlet' ), 'categories' => array( 'seedlet' ), 'content' => " \n
\n
\n
\n
\""
\n\n\n\n
\""
\n
\n\n\n\n
\n
\""
\n
\n
\n
\n", ) ); register_block_pattern( 'seedlet/latest-posts-alternating-grid', array( 'title' => __( 'Alternating Grid of Latest Posts', 'seedlet' ), 'categories' => array( 'seedlet' ), 'content' => '', ) ); }