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
    		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: