Skip to content

mc_imported_event_tribe

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Filter imported event to customize what gets added to database. Return false to skip event.

Auto-generated Example

add_filter(
   'mc_imported_event_tribe',
    function( array $event ) {
        // Your code here.
        return $event;
    }
);

Parameters

  • array $event Array of event data passed to mc_check_data.

Files

apply_filters( 'mc_imported_event_tribe', $tribe_event )

← All Hooks

Clone this wiki locally