apply_filters( 'tec_events_custom_tables_v1_remove_series_autogenerated_flag', bool $remove , WP_Post $series )
Filters whether a Series post autogenerated flag should be removed from its meta or not.
Contents
Parameters
- $remove
-
(bool) Whether the autogenerated flag should be removed or not.
- $series
-
(WP_Post) A reference to the Series post object the filter is being applied for.
Source
File: src/Events_Pro/Custom_Tables/V1/Series/Autogenerated_Series.php
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |