'' . ( ( isset( $show_texts ) && ! $show_texts ) ? '' : ( '' . esc_html__( 'Previous ', 'alpus' ) . $post_type_object->labels->singular_name . '' . '%title' ) ), 'next_text' => '' . ( ( isset( $show_texts ) && ! $show_texts ) ? '' : ( '' . esc_html__( 'Next ', 'alpus' ) . $post_type_object->labels->singular_name . '' . '%title' ) ), 'class' => ( isset( $show_texts ) && ! $show_texts ) ? 'navigation-with-icon' : 'post-navigation', ) ); echo alpha_escaped( $navigation ); }