@henrywright i mean when you first create the group and first step appear there is a button in bottom which is save and continue
i need a hook which call on click of this button…
thanks @henrywright
a little bit of confusion is still in my mind is that
do we have to passed argument along with that hook… bp_activity_comment_posted
thanks @djsteveb for replying
i am looking for a do_action hook so that i hook my customize function during the post button is clicked when user reply or comment on any post
actually i am placing a captcha in buddypress comment which is done
look what i do here…
//action hook to display captcha in comments.
add_action(“bp_activity_entry_comments”,”function_for_display_captcha”);