LLMS_Abstract_Integration::is_enabled()

Determine if the integration had been enabled via checkbox


Return Return

(boolean)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.integration.php

	public function is_enabled() {
		return ( 'yes' === $this->get_option( 'enabled', 'no' ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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