Modern Events Calendar (Lite) #66

Merged
linos merged 6 commits from mec into main 2024-10-18 13:54:54 +02:00
Showing only changes of commit 04e418d904 - Show all commits

View file

@ -91,6 +91,12 @@ function _manually_load_plugin() {
em_create_locations_table();
}
if ( 'modern_events_calendar_lite' === $activitypub_event_extension_integration_filter ) {
require_once $plugin_dir . 'modern-events-calendar-lite/app/libraries/factory.php';
$mec_factory = new MEC_factory();
$mec_factory->install();
}
// At last manually load our WordPress plugin.
require dirname( __DIR__ ) . '/activitypub-event-bridge.php';
}