bbp_edit_reply_pre_extras

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

  • /includes/replies/functions.php line 677
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    }
     
    /** Additional Actions (Before Save) **************************************/
     
    do_action( 'bbp_edit_reply_pre_extras', $reply_id );
     
    // Bail if errors
    if ( bbp_has_errors() ) {
        return;
    }

See this hook used in plugins: