bbp_unspam_reply

bbp_unspam_reply

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_unspam_reply') is found 1 times:

  • /includes/replies/functions.php line 1782
    1778
    1779
    1780
    1781
    1782
    1783
    1784
    1785
    1786
    1787
    1788
        return false;
    }
     
    // Execute pre unspam code
    do_action( 'bbp_unspam_reply', $reply_id );
     
    // Get pre spam status
    $reply->post_status = get_post_meta( $reply_id, '_bbp_spam_meta_status', true );
     
    // If no previous status, default to publish
    if ( empty( $reply->post_status ) ) {

See this hook used in plugins: