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
    2957
    2958
    2959
    2960
    2961
    2962
    2963
    2964
    2965
    2966
    2967
        // 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: