cache->reset_integrations_directory( null, null ); } // Include the Automator_Load class and kickstart Automator. if ( ! class_exists( 'Automator_Load', false ) ) { include_once UA_ABSPATH . 'src/class-automator-load.php'; } // Initialize API applications (MCP, RESTful). if ( ! class_exists( 'Application_Bootstrap', false ) ) { include_once UA_ABSPATH . 'src/api/application/class-application-bootstrap.php'; } $application_bootstrap = new Application_Bootstrap(); $application_bootstrap->init(); Automator_Load::get_instance(); $actionify = new Actionify_Triggers\Trigger_Engine(); $actionify->init();