This snippets will include php file only in custom taxonomies section
/* Required files */
global $pagenow;
if (($pagenow == 'edit-tags.php' || $pagenow == 'term.php') && isset($_GET['taxonomy']) && $_GET['taxonomy'] == 'service_type') {
require_once ( THM_DIR_PATH . '/inc/category-media.php' );
}