Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How can I know what action, filter, function etc.?

You can only override functions which are pluggable – I don’t believe any exists within BuddyPress (just the standard wp pluggable.php)

actions are just trigger points that are defined somewhere in the code
https://codex.wordpress.org/Plugin_API#Hooks.2C_Actions_and_Filters

Skip to toolbar