Pro Integration Notes

Version 1.9.3

ModulePurpose
classes/pro/attachmentsTicket attachment model/config and cleanup cron.
classes/pro/watchersTicket watchers.
classes/pro/notesStaff/private notes.
classes/pro/signaturesAgent signatures.
classes/pro/appMobile app settings, auth, and push token endpoints.
classes/pro/advanced-email-pipingDepartment-level email piping.
classes/pro/integrations/woocommerceWooCommerce customer/order context.
classes/pro/integrations/eddEasy Digital Downloads customer/purchase context.
classes/pro/integrations/cptCustom post type/product context.
classes/pro/integrations/awecommerceAweCommerce customer/order/license context.
classes/pro/integrations/slackSlack ticket event notifications.
if (apply_filters('alsp_is_pro', false) && apply_filters('alsp_is_pro_valid', false)) {
    // Register Pro-only integration behavior here.
}