WP_Theme::offsetSet() WordPress Method
The WP_Theme::offsetSet() method is used to set the value for a given offset in the theme's data.
WP_Theme::offsetSet( $offset, $value ) #
Contents
Source
File: wp-includes/class-wp-theme.php
public function offsetSet( $offset, $value ) {}
Expand full source codeCollapse full source codeView on TracView on GitHub