LLMS_SendWP::is_installed()
Determines if connector plugin is installed
Contents
Return Return
(boolean)
Source Source
File: includes/admin/class-llms-sendwp.php
protected function is_installed() { return function_exists( 'sendwp_get_server_url' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.40.0 | Introduced. |