Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,839
- How-to & Troubleshooting
- 129,848
- Creating & Extending
- 25,881
- Requests & Feedback
- 9,529
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,177
-
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!^^