apply_filters( 'tec_events_pro_recurring_event_permalink_sequence_number', null|numeric $sequence_number , WP_Post $post , string $post_link )
Provides an opportunity to override or modify the Event Sequence value, before being appended to the URL.
Contents
Parameters
- $sequence_number
-
(null|numeric) The sequence number if there is one.
- $post
-
(WP_Post) The post object for this event.
- $post_link
-
(string) The current URL for this event.
Source
Changelog
| Version | Description |
|---|---|
| 6.0.11 | Introduced. |