Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help with A Hook?


twodeuces
Participant

@twodeuces

I had read those pages before, and I was struggling with the out of date buddypress hooks. I wanted to confirm that the “do_action” call is the hook ‘enabler’ sort of speak. Would I be correct if I ventured the variable in the do_action function call would be the actual hook name that I could hook into?

For example:

do_action( ‘bp_core_something’)

The ‘bp_core_something’ is the hook I could add_action to?

Skip to toolbar