'. esc_html( $about_section_title ) .''; if( $about_section_content ) echo '

'. wpautop( wp_kses_post( $about_section_content ) ).'

'; ?>
have_posts() ){ while( $about_qry->have_posts() ){ $about_qry->the_post(); echo '
'; echo '
'; if( $about_video ){ echo book_landing_page_sanitize_iframe( $about_video ); }else{ the_post_thumbnail( 'author-landing-page-about-block' ); } echo '
'; echo '
'; ?>
', ''); the_content(); ?>