| Module | Purpose |
|---|
classes/pro/attachments | Ticket attachment model/config and cleanup cron. |
classes/pro/watchers | Ticket watchers. |
classes/pro/notes | Staff/private notes. |
classes/pro/signatures | Agent signatures. |
classes/pro/app | Mobile app settings, auth, and push token endpoints. |
classes/pro/advanced-email-piping | Department-level email piping. |
classes/pro/integrations/woocommerce | WooCommerce customer/order context. |
classes/pro/integrations/edd | Easy Digital Downloads customer/purchase context. |
classes/pro/integrations/cpt | Custom post type/product context. |
classes/pro/integrations/awecommerce | AweCommerce customer/order/license context. |
classes/pro/integrations/slack | Slack ticket event notifications. |
if (apply_filters('alsp_is_pro', false) && apply_filters('alsp_is_pro_valid', false)) {
// Register Pro-only integration behavior here.
}