Add_Uoa_Integration::plugin_active()
Explicitly return true because WordPress is always active.
Return Return
(bool)
Source Source
File: src/integrations/uncanny-automator/add-uoa-integration.php
public function plugin_active() { return true; }
Expand full source code Collapse full source code View on Github