', '' );
/* Meta */
$single_author_option = BZ\blogzee_get_customizer_option( 'single_author_option' );
?>
' .( ( $read_time_option == 'customizer' ) ? blogzee_post_read_time( get_the_content() ) : $read_time_meta ) . '';
$icon_html = blogzee_get_icon_control_html([ 'value' => 'fas fa-book-open-reader', 'type' => 'icon' ]);
if( $icon_html ) $read_time = $icon_html . $read_time;
echo '' .$read_time. '';
/* Comments */
$comments_num = '';
$icon_html = blogzee_get_icon_control_html([ 'value' => 'far fa-comments', 'type' => 'icon' ]);
if( $icon_html ) $comments_num = $icon_html . $comments_num ;
echo '';
?>
php