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