'. esc_html( $book_landing_page_about_section_title ) .''; } if($book_landing_page_about_section_content){ echo '

'. wpautop( wp_kses_post( $book_landing_page_about_section_content ) ).'

'; } ?>
have_posts() ){ while( $about_qry->have_posts() ){ $about_qry->the_post(); echo '
'; echo '
'; if( $book_landing_page_about_video ){ if( book_landing_page_iframe_match( $book_landing_page_about_video ) ){ echo book_landing_page_sanitize_iframe( $book_landing_page_about_video ); }else{ echo wp_oembed_get( $book_landing_page_about_video ); } }else{ if ( has_post_thumbnail() ) { the_post_thumbnail( 'book-landing-page-about-block' ); }else{ book_landing_page_get_fallback_svg( 'book-landing-page-about-block' ); } } echo '
'; echo '
'; ?>
', ''); the_content(); ?>