>
';
echo $video_html; // WPCS: XSS ok.
echo '
';
}
endif;
if ( is_single() || empty( $video ) ) :
the_content( sprintf(
/* translators: %s: Name of current post */
__( 'Continue reading "%s"', 'brand' ),
get_the_title()
) );
wp_link_pages( array(
'before' => '' . __( 'Pages:', 'brand' ),
'after' => '
',
'link_before' => '',
'link_after' => '',
) );
endif; ?>