WP_Theme::offsetUnset( mixed $offset )

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


Parameters

$offset

(mixed) (Required)


Source

File: wp-includes/class-wp-theme.php

	public function offsetUnset( $offset ) {}

Changelog

Changelog
Version Description
WP-3.4.0 Introduced.