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