__( 'Pet Animal Store', 'pet-animal-store' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'pet-animal-store/banner-section', array( 'title' => __( 'Banner Section', 'pet-animal-store' ), 'categories' => array( 'pet-animal-store' ), 'content' => "\n
\"\"
\n
\n
\n

Lorem ipsum is simply dummy text

\n\n\n\n

loream  is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s

\n\n\n\n\n
\n\n\n\n
\n
\n
\n", ) ); register_block_pattern( 'pet-animal-store/product-section', array( 'title' => __( 'Product Section', 'pet-animal-store' ), 'categories' => array( 'pet-animal-store' ), 'content' => "\n
\n

PET SUPPLIES

\n\n\n\n
\"\"
\n\n\n
\n", ) ); }