Series_Repository::__construct()
Series_Repository constructor.
Source
File: src/Events_Pro/Custom_Tables/V1/Repository/Series_Repository.php
public function __construct() {
parent::__construct();
$this->schema['event_post_id'] = [ $this, 'filter_by_event_post_id' ];
}
Changelog
| Version | Description |
|---|---|
| 6.0.1 | Introduced. |