__( 'Audio Podcast', 'audio-podcast' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'audio-podcast/banner-section', array( 'title' => __( 'Banner Section', 'audio-podcast' ), 'categories' => array( 'audio-podcast' ), 'content' => "\n
\n
\n
\n
\n

Home

\n\n\n\n

Music

\n\n\n\n

Record

\n\n\n\n

Premium

\n\n\n\n

Favourite

\n\n\n\n

Recent

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

THE INSPIRE PODCAST

\n\n\n\n

Lorem ipsum is simply dummy text of the printing and typesetting industry. Lorem ipsum is simply dummy text.

\n\n\n\n\n
\n
\n
\n
\n
\n
\n", ) ); register_block_pattern( 'audio-podcast/player-section', array( 'title' => __( 'Player Section', 'audio-podcast' ), 'categories' => array( 'audio-podcast' ), 'content' => "\n
\n
\n
\n
\"\"
\n
\n\n\n\n
\n

Dream Your Moments

\n\n\n\n

Ava Cornish

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