LLMS_Payment_Gateway_Manual::is_enabled()
Determine if the gateway is enabled according to admin settings checkbox
Contents
Return Return
(boolean)
Source Source
File: includes/class.llms.gateway.manual.php
public function is_enabled() { return ( 'yes' === $this->get_enabled() ) ? true : false; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |