Add Event plugin integration: EventPrime #82

Merged
linos merged 11 commits from eventprime into main 2024-11-28 19:01:28 +01:00
Showing only changes of commit 8a5408f978 - Show all commits

View file

@ -71,6 +71,9 @@ function _manually_load_plugin() {
case 'wp_event_manager':
$plugin_file = 'wp-event-manager/wp-event-manager.php';
break;
case 'eventprime':
$plugin_file = 'eventprime-event-calendar-management/event-prime.php';
break;
}
if ( $plugin_file ) {