WC_Session_Handler::get_session_data()

Get session data.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-session-handler.php

	public function get_session_data() {
		return $this->has_session() ? (array) $this->get_session( $this->_customer_id, array() ) : array();
	}


Top ↑

User Contributed Notes User Contributed Notes

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