activate eventprime plugin in ci
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 51s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 1m4s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 1m20s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 1m8s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 1m4s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 1m4s

This commit is contained in:
André Menrath 2024-11-25 19:15:57 +01:00
parent fe9bc524f4
commit 8a5408f978

View file

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