apply_filters( 'tec_events_custom_tables_v1_patch_recurrence_meta_before_migration', bool $do_patch , int $post_id )
Filters whether the _EventRecurrence meta value should be updated to the latest format before migration.
Contents
Parameters
- $do_patch
-
(bool) Whether the
_EventRecurrencemeta value should be updated to the latest format before migration. - $post_id
-
(int) The post ID of the event being migrated
Source
File: src/Events_Pro/Custom_Tables/V1/Migration/Process_Worker_Service.php
Changelog
| Version | Description |
|---|---|
| 6.0.1 | Introduced. |