bbp_unspam_topic

bbp_unspam_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_unspam_topic') is found 1 times:

  • /includes/topics/functions.php line 3081
    3077
    3078
    3079
    3080
    3081
    3082
    3083
    3084
    3085
    3086
    3087
        return false;
    }
     
    // Execute pre unspam code
    do_action( 'bbp_unspam_topic', $topic_id );
     
    // Get pre spam status
    $topic_status = get_post_meta( $topic_id, '_bbp_spam_meta_status', true );
     
    // If no previous status, default to publish
    if ( empty( $topic_status ) ) {

See this hook used in plugins: