WP_Theme::offsetSet
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->offsetSet( $offset, $value );
- $offset(mixed) (required)
- .
- $value(mixed) (required)
- .
Changelog
| Since 3.4.0 | Introduced. |
WP_Theme::offsetSet() WP Theme::offsetSet code WP 6.9.1
public function offsetSet( $offset, $value ) {}