bbp_spammed_topic

bbp_spammed_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_spammed_topic') is found 1 times:

  • /includes/topics/functions.php line 2961
    	// Update the topic
    	$topic_id = wp_update_post( $topic );
    
    	// Execute post spam code
    	do_action( 'bbp_spammed_topic', $topic_id );
    
    	// Return topic_id
    	return $topic_id;
    }
    
    /**
    

See this hook used in plugins: