Tribe__Events__Aggregator__Records::__construct()
Set up all the hooks and filters.
Return
(void)
Source
File: src/Tribe/Aggregator/Records.php
public function __construct() {
// Make it an object for easier usage
if ( ! is_object( self::$status ) ) {
self::$status = (object) self::$status;
}
}
Changelog
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |