LLMS_Notification_Controller_Purchase_Receipt::set_supported_types()
Determine what types are supported
Description Description
Extending classes can override this function in order to add or remove support. 3rd parties should add support via filter on $this->get_supported_types().
Return Return
(array) Associative array, keys are the ID/db type, values should be translated display types.
Source Source
File: includes/notifications/controllers/class.llms.notification.controller.purchase.receipt.php
protected function set_supported_types() { return array( 'email' => __( 'Email', 'lifterlms' ), ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |