Developers FAQ
Custom Taxonomy ignored at frontend
You need to low the priority:
1 | add_action('init', 'custom_taxonomy_Item', 9); |
Custom Taxonomy ignored at frontend
You need to low the priority:
1 | add_action('init', 'custom_taxonomy_Item', 9); |
Have questions? Please submit a support request. We're always happy to help!