WP_Theme::offsetUnset() WordPress Method
The WP_Theme::offsetUnset() method is used to remove a theme from a WordPress installation. This method can be used either by passing in the name of the theme to be removed, or by passing in an array of theme names.
WP_Theme::offsetUnset( $offset ) #
Contents
Source
File: wp-includes/class-wp-theme.php
public function offsetUnset( $offset ) {}
Expand full source codeCollapse full source codeView on TracView on GitHub