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

ALL CATEGORIES

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

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

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

New Gaming Consoles

\n\n\n\n

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum

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

RECOMMENDED FOR YOU

\n\n\n\n
\n
\n
\"\"
\n\n\n\n

Hot Deals on Smartphons!

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