__( ' E-commerce Shop ', 'e-commerce-shop' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'e-commerce-shop/banner-section', array( 'title' => __( 'Banner Section', 'e-commerce-shop' ), 'categories' => array( 'e-commerce-shop' ), 'content' => "\n
\n
\n
\"\"
\n
\n
\n\n\n\n
\n

SEASON SALE

\n\n\n\n

Lorem Ipsum Dolor Sit Amet, Consectetur adipiscing elit sed do elusmod.

\n\n\n\n\n
\n
\n
\n\n\n\n
\n
\n

MONEY BACK

\n\n\n\n

30 Days Money Back Guarantee

\n
\n\n\n\n
\n

FREE SHIPPING

\n\n\n\n

Shipping on orders over $99

\n
\n\n\n\n
\n

SPECIAL SALE

\n\n\n\n

Extra $5 off on all items

\n
\n
\n
\n\n\n\n
\n

ALL CATEGORIES

\n\n\n
\n
\n", ) ); register_block_pattern( 'e-commerce-shop/product-section', array( 'title' => __( 'Product Section', 'e-commerce-shop' ), 'categories' => array( 'e-commerce-shop' ), 'content' => "\n
\"\"
\n
\n
\n\n\n\n
\n

GIFTS FOR KIDS ON BIRTHDAY

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