get_error_message() ); } else { $post_settings = DT_Posts::get_post_settings( get_post_type() ?: 'contacts' ); $dt_post_type = $post_settings['label_singular'] ?: 'item'; $dt_id = GET_THE_ID(); echo sprintf( esc_html__( 'Sorry, you don\'t have permission to view the %1$s with id %2$s.', 'disciple_tools' ), esc_html( $dt_post_type ), esc_html( $dt_id ) ) . ' '; echo esc_html__( 'Request permission from your administrator.', 'disciple_tools' ); echo '

'; } echo '

' . esc_html__( 'Back', 'disciple_tools' ) . ''; echo '

'; ?>