Skip to content

Instantly share code, notes, and snippets.

@deepak-rajpal
Created January 3, 2018 13:44
Show Gist options
  • Save deepak-rajpal/bc7aae3402e614a80dfbd930e1a23341 to your computer and use it in GitHub Desktop.
Save deepak-rajpal/bc7aae3402e614a80dfbd930e1a23341 to your computer and use it in GitHub Desktop.
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' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment