apply_filters( 'tribe_aggregator_clean_unsupported', bool $should_delete , self $this , WP_Post )
Whether unsupported origin records should be removed or not.
Contents
If set to true then the post will be deleted on shutdown.
Parameters
- $should_delete
-
(bool) Whether the unsupported post should be deleted or not; defaults to
true. - $this
-
(self) This record object.
-
(WP_Post) This record post object.
Source
Changelog
| Version | Description |
|---|---|
| 4.6.25 | Introduced. |