Tribe__Utils__Callback::__sleep()

Returns the list of properties that should be serialized for the object.


Return

(array) An array of properties that should be serialized.


Top ↑

Source

File: src/Tribe/Utils/Callback.php

	public function __sleep() {
		return array( 'slug', 'method' );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.