__( 'TITLE_OF_YOUR_BLOCK_PATTERN', 'PatternsWP-gutenberg-block-patterns' ), 'content' => "BLOCK_PATTERN_GOES_HERE", 'categories' => array("CATEGORY"), # eg: columns, text ..etc ) ); */ register_block_pattern( 'PatternsWPCta-gutenberg-block-patterns/cta-one', array( 'title' => __( 'CTA Section One', 'PatternsWPCta-gutenberg-block-patterns' ), 'content' => "\r\n
\r\n
\r\n
\r\n

Take the First Step towards Success - Get Started on Your Journey!

\r\n\r\n\r\n\r\n

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots.

\r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n", 'categories' => array("patternswp-cta"), ) ); register_block_pattern( 'PatternsWPCta-gutenberg-block-patterns/cta-two', array( 'title' => __( 'CTA Section Two', 'PatternsWPCta-gutenberg-block-patterns' ), 'content' => "\r\n
\r\n
\r\n
\r\n

Unlock Exclusive Benefits by Joining Today!

\r\n\r\n\r\n\r\n

Contrary to popular belief, Lorem Ipsum is not simply random text.

\r\n
\r\n\r\n\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n", 'categories' => array("patternswp-cta"), ) ); register_block_pattern( 'PatternsWPCta-gutenberg-block-patterns/cta-three', array( 'title' => __( 'CTA Section Three', 'PatternsWPCta-gutenberg-block-patterns' ), 'content' => "\r\n
\"\"
\r\n
\r\n
\r\n
\r\n

Unlock Exclusive Benefits by Joining Today!

\r\n\r\n\r\n\r\n

Contrary to popular belief, Lorem Ipsum is not simply random text.

\r\n
\r\n\r\n\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n", 'categories' => array("patternswp-cta"), ) ); register_block_pattern( 'PatternsWPCta-gutenberg-block-patterns/cta-four', array( 'title' => __( 'CTA Section Four', 'PatternsWPCta-gutenberg-block-patterns' ), 'content' => "\r\n
\"\"
\r\n
\r\n
\r\n
\r\n

Start your free trial today!

\r\n\r\n\r\n\r\n

Try PatternsWP Platform for 30 days. No credit card required.

\r\n
\r\n
\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n", 'categories' => array("patternswp-cta"), ) ); register_block_pattern( 'PatternsWPCta-gutenberg-block-patterns/cta-five', array( 'title' => __( 'CTA Section Five', 'PatternsWPCta-gutenberg-block-patterns' ), 'content' => "\r\n
\r\n
\r\n
\r\n
\r\n

Unlock Exclusive Benefits by Joining Today!

\r\n\r\n\r\n\r\n

Contrary to popular belief, Lorem Ipsum is not simply random text.

\r\n
\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n", 'categories' => array("patternswp-cta"), ) ); } } add_action( 'init', 'PatternsWPCta_patterns_register_block_patterns' );