bbp_trashed_topic

bbp_trashed_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_trashed_topic') is found 1 times:

  • /includes/topics/functions.php line 3578
    	if ( empty( $topic_id ) || ! bbp_is_topic( $topic_id ) ) {
    		return false;
    	}
    
    	do_action( 'bbp_trashed_topic', $topic_id );
    }
    
    /**
     * Called after untrashing a topic
     *
     * @since 2.0.0 bbPress (r2993)
    

See this hook used in plugins: