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