WC_Session::__get( mixed $key )

Magic get method.


Description Description


Parameters Parameters

$key

(Required) Key to get.


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-session.php

	public function __get( $key ) {
		return $this->get( $key );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.