This code will be executed by XYZ PHP Code plugin. (it allows to run PHP code in random places by wrapping it in shortcodes)
This code should be executed in the context of a wiki page. The PHP shortcode will be inserted in a content template in Impreza theme. https://themeforest.net/item/impreza-retina-responsive-wordpress-theme/6434280
A shortcode would display a page block (some HTML output) in the theme.
Basically, I need to know how to check if that wiki page belongs to a certain wiki category.
if ( wiki_category == 'X' ) echo 'Y';
I can take it from there.