apply_filters( 'tec_events_pro_custom_tables_v1_add_to_series_available_events', int[] $available , int $series_post_id )
Filters the list of all the Events available to be added to a Series.
Contents
Parameters
- $available
-
(int[]) A list of all the Event IDs available to be added to a Series.
- $series_post_id
-
(int) The ID of the Series post.
Source
File: src/Events_Pro/Custom_Tables/V1/Editors/Classic/Series_Metaboxes.php
Changelog
| Version | Description |
|---|---|
| 6.3.0 | Introduced. |