WC_Session_Handler::destroy_session()

Destroy all session data.


Description Description


Source Source

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

	public function destroy_session() {
		$this->delete_session( $this->_customer_id );
		$this->forget_session();
	}


Top ↑

User Contributed Notes User Contributed Notes

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