bbp_unspammed_topic

bbp_unspammed_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_unspammed_topic') is found 1 times:

  • /includes/topics/functions.php line 3105
    3101
    3102
    3103
    3104
    3105
    3106
    3107
    3108
    3109
    3110
    3111
        // Update the topic
        $topic_id = wp_update_post( $topic );
     
        // Execute post unspam code
        do_action( 'bbp_unspammed_topic', $topic_id );
     
        // Return topic_id
        return $topic_id;
    }
     
    /**

See this hook used in plugins: