LLMS_Payment_Gateway_Manual::is_enabled()

Determine if the gateway is enabled according to admin settings checkbox


Return Return

(boolean)


Top ↑

Source Source

File: includes/class.llms.gateway.manual.php

257
258
259
public function is_enabled() {
    return ( 'yes' === $this->get_enabled() ) ? true : false;
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.