Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,046
- How-to & Troubleshooting
- 129,728
- Creating & Extending
- 25,799
- Requests & Feedback
- 9,505
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Hey @modemlooper !
Thanks for your reply, but it doesn´t work… To remove the action bp_get_displayed_user_nav(), I need the hook to which the function to be removed is hooked.
https://codex.wordpress.org/Function_Reference/remove_action
I think bp_get_displayed_user_nav()… isn´t hooked anywhere!
Edit: Need a function like replace_action( $function_to_replace, $function_to_add, $priority, $accepted_args )
!
Like str_replace in php, or something!^^