Custom Taxonomies not loading due to plugin
-
Hi,
I have a custom taxonomy, and it seems as though this plugin is preventing me from seeing all of my items inside the edit custom post type page. E.g. when i disable this plugin i can see all taxonomy terms correctly.
I went into the code found (Line 39):
if ( $post_type == false || $post_type == 'post' )
and replaced it with:
if ($post_type == 'post' )
I can now see my custom taxonomy terms on the edit custom post type item page. Is there a reason for this?
Thanks
https://www.ads-software.com/extend/plugins/restrict-categories/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Taxonomies not loading due to plugin’ is closed to new replies.