WC_Session::__get( mixed $key )
Magic get method.
Description Description
Parameters Parameters
- $key
-
(Required) Key to get.
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract-wc-session.php
public function __get( $key ) { return $this->get( $key ); }