bbp_new_reply

bbp_new_reply

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_new_reply') is found 1 times:

  • /includes/replies/functions.php line 465
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    }
     
    /** Update counts, etc... *********************************************/
     
    do_action( 'bbp_new_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply_author, false, $reply_to );
     
    /** Additional Actions (After Save) ***********************************/
     
    do_action( 'bbp_new_reply_post_extras', $reply_id );
     
    /** Redirect **********************************************************/

See this hook used in plugins: