esc_html( Baltic\Options::get_option( 'nav__posts-prev' ) ), 'next_text' => esc_html( Baltic\Options::get_option( 'nav__posts-next' ) ), ) ); } elseif( Baltic\Options::get_option( 'nav__posts' ) == 'posts_pagination' ) { the_posts_pagination( array( 'prev_text' => sprintf( '%s %s', Baltic\Icons::get_svg( [ 'class' => 'icon-stroke', 'icon' => 'arrow-' . esc_html( $prev_arrow ) ] ), esc_html__( 'Previous Page', 'baltic' ) ), 'next_text' => sprintf( '%s %s', Baltic\Icons::get_svg( [ 'class' => 'icon-stroke', 'icon' => 'arrow-' . esc_html( $next_arrow ) ] ), esc_html__( 'Next Page', 'baltic' ) ), 'before_page_number' => '' . esc_html__( 'Page', 'baltic' ) . ' ', ) ); }