Remove taxonomies from the user view/edit screens
-
Hi
Is there a way to unhook the taxonomies from ‘edit_user_profile’ so they don’t show on frontend profile forms?
I have tried this code I found somewhere else, but haven’t been able to get it to work:
add_action( 'plugins_loaded', function() { global $lh_uts; remove_action( 'show_user_profile', array( &$lh_uts, 'user_profile' ) ); remove_action( 'edit_user_profile', array( &$lh_uts, 'user_profile' ) ); });
Many thanks
Steve
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove taxonomies from the user view/edit screens’ is closed to new replies.