feature/webview-softphone #2

Merged
jknapp merged 4 commits from feature/webview-softphone into main 2026-05-05 16:00:47 +00:00
Showing only changes of commit bc091dd69d - Show all commits

View File

@@ -30,6 +30,11 @@ class TWP_Core {
// Loader class // Loader class
require_once TWP_PLUGIN_DIR . 'includes/class-twp-loader.php'; require_once TWP_PLUGIN_DIR . 'includes/class-twp-loader.php';
// Activator (defines TWP_Activator). Loaded here so runtime callers in
// webhook/REST/cron contexts can use ::ensure_tables_exist() and
// ::force_table_updates() without each site needing its own require_once.
require_once TWP_PLUGIN_DIR . 'includes/class-twp-activator.php';
// API classes // API classes
require_once TWP_PLUGIN_DIR . 'includes/class-twp-twilio-api.php'; require_once TWP_PLUGIN_DIR . 'includes/class-twp-twilio-api.php';
require_once TWP_PLUGIN_DIR . 'includes/class-twp-elevenlabs-api.php'; require_once TWP_PLUGIN_DIR . 'includes/class-twp-elevenlabs-api.php';