How to override Groups / Types?
-
Thanks for that clean, lean and easy-to-use plugin!
I’m attempting to remove the default “Types” taxonomy, and try to undo the ‘wp_register_default_user_type_taxonomy’ action.
I use a custom functionality plugin, where I have this code:
remove_action( 'init', 'wp_register_default_user_type_taxonomy', 10 );
But this doesn’t help, the Types taxonomy is still there.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to override Groups / Types?’ is closed to new replies.