WC_Session::__get
Magic get method.
Method of the class: WC_Session{}
No Hooks.
Returns
Mixed.
Usage
$WC_Session = new WC_Session(); $WC_Session->__get( $key );
- $key(string) (required)
- Key to get.
WC_Session::__get() WC Session:: get code WC 10.6.2
public function __get( $key ) {
return $this->get( $key );
}