'all', 'label' => __('All', 'fluent-support') ], [ 'key' => static::MENTIONS, 'label' => __('Mentions', 'fluent-support') ], [ 'key' => static::TICKET_ACTIVITY, 'label' => __('Ticket Activity', 'fluent-support') ], [ 'key' => static::AUTOMATION_TRIGGERS, 'label' => __('Automation Triggers', 'fluent-support') ] ]; } public static function isValid($category) { return in_array($category, static::all(), true); } }