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.


Parameters

$do_patch

(bool) Whether the _EventRecurrence meta value should be updated to the latest format before migration.

$post_id

(int) The post ID of the event being migrated


Top ↑

Source

File: src/Events_Pro/Custom_Tables/V1/Migration/Process_Worker_Service.php


Top ↑

Changelog

Changelog
Version Description
6.0.1 Introduced.