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.
Source
File: src/Tribe/Utils/Callback.php
public function __sleep() {
return array( 'slug', 'method' );
}
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |