WP_Theme::offsetUnset
Method to implement ArrayAccess for keys formerly returned by get_themes()
Method of the class: WP_Theme{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Theme = new WP_Theme(); $WP_Theme->offsetUnset( $offset );
- $offset(mixed) (required)
- .
Changelog
| Since 3.4.0 | Introduced. |
WP_Theme::offsetUnset() WP Theme::offsetUnset code WP 6.9.1
public function offsetUnset( $offset ) {}