Sunday, 19 May 2013

find functions associated to hooks [duplicate]

find functions associated to hooks [duplicate]

This question already has an answer here:
Finding actual functions added to hooks and filters 3 answers
In Buddy Press register.php, I see code snippets
do_action( 'bp_custom_signup_steps' );
do_action( 'bp_before_register_page' );
etc.
I am unable to find functions associated to these hooks? have tried grepping the directories.
I am new to wordpress, so not aware of much technicalities.

No comments:

Post a Comment