>
';
echo wp_kses_post( $audio_html );
echo '
';
}
};
};
if ( is_single() || empty( $audio ) ) {
the_content( sprintf(
__( 'Read More', 'book-land' )
) );
wp_link_pages( array(
'before' => '' . __( 'Pages:', 'book-land' ),
'after' => '
',
'link_before' => '',
'link_after' => '',
) );
};
?>