WP_Theme::offsetUnset()publicWP 3.4.0ReturnTypeWillChange

Method to implement ArrayAccess for keys formerly returned by get_themes()

Method of the class: WP_Theme{}

No Hooks.

Return

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() code WP 6.5.2

public function offsetUnset( $offset ) {}