__( 'Affiliate Review', 'affiliate-review' ) )
);
}
/**
* Register Block Patterns.
*/
if ( function_exists( 'register_block_pattern' ) ) {
register_block_pattern(
'affiliate-review/banner-section',
array(
'title' => __( 'Banner Section', 'affiliate-review' ),
'categories' => array( 'affiliate-review' ),
'content' => "\n

\n
\n
\n
Lorem Ipsum is Simply
\n\n\n\n
loream ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
\n\n\n\n
\n
\n\n\n\n
\n
\n
\n

\n
\n
\n
\n
Loream ispum
\n\n\n\n\n
\n
\n
\n
\n
\n\n\n\n
\n

\n
\n
\n
\n
Loream ispum
\n\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n",
)
);
register_block_pattern(
'affiliate-review/products-section',
array(
'title' => __( 'Featured Product Section', 'affiliate-review' ),
'categories' => array( 'affiliate-review' ),
'content' => "\n\n
Top Popular Reviews
\n\n\n\n\n\n
\n
\n",
)
);
}