Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,040
- How-to & Troubleshooting
- 129,763
- Creating & Extending
- 25,805
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,317
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
There’s a question for you then Jeff:
What priority would I need to remove the action, like so:
remove_action( 'bp_setup_nav', 'bp_blogs_setup_nav' );
It’s being added with a default of 10, but removing it with a priority of 10, like I should, doesn’t work…