bbp_new_reply_pre_extras

bbp_new_reply_pre_extras

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_pre_extras') is found 1 times:

  • /includes/replies/functions.php line 368
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    }
     
    /** Additional Actions (Before Save) **************************************/
     
    do_action( 'bbp_new_reply_pre_extras', $topic_id, $forum_id );
     
    // Bail if errors
    if ( bbp_has_errors() ) {
        return;
    }

See this hook used in plugins: