Tribe__Events__Aggregator__Record__Unsupported::delete_post()
Deletes the base post for this record.
Source
File: src/Tribe/Aggregator/Record/Unsupported.php
public function delete_post() {
$this->delete();
}
Changelog
| Version | Description |
|---|---|
| 4.6.25 | Introduced. |