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.


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.


Top ↑

Source

File: src/Tribe/Recurrence/Permalinks.php


Top ↑

Changelog

Changelog
Version Description
6.0.11 Introduced.