do_action( 'tec_events_pro_custom_tables_v1_series_relationships_after', WP_Post[] $events , int $series_post_id )
Fires after the content of the Series metabox has been rendered.
Contents
Parameters
- $events
-
(WP_Post[]) A list of posts representing the ordered Events that match the criteria.
- $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. |