WP_Theme::offsetUnset( mixed $offset )
Method to implement ArrayAccess for keys formerly returned by get_themes()
Parameters
- $offset
-
(Required)
Source
File: wp-includes/class-wp-theme.php
public function offsetUnset( $offset ) {}
Changelog
Version | Description |
---|---|
WP-3.4.0 | Introduced. |