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