WPForms_Uncanny_Automator::active()
Returns whether Uncanny Automator plugin is active or not.
Return Return
(bool) True if Uncanny Automator plugin is active.
Source Source
File: src/core/admin/class-wpforms-provider.php
protected function active() { return defined( 'AUTOMATOR_BASE_FILE' ) && ( is_plugin_active( $this->config['plugin'] ) ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |