bbp_deleted_topic

bbp_deleted_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_deleted_topic') is found 1 times:

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

See this hook used in plugins: