"%s"', 'baltic' ),
array(
'span' => array(
'class' => array(),
),
)
),
get_the_title()
) );
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'baltic' ) . '',
'after' => '
',
'pagelink' => '%'
) );
} else {
echo wp_kses_post( wpautop( strip_shortcodes( wp_trim_words( get_the_content(), absint( $num ), ' …' ) ) ) );
echo sprintf( '%2$s %3$s %4$s
', esc_url( get_the_permalink() ), ''. esc_html( $more_link_text ) .'', ''. esc_html( get_the_title() ) .'', Baltic\Icons::get_svg( [ 'class'=>'icon-stroke', 'icon' => 'arrow-'. esc_attr( $rtl_arrow ) ] ) ); // WPCS: XSS ok.
}