Add_Webhooks_Integration::plugin_active()
Explicitly return true because it doesn’t depend on any 3rd-party plugin.
Return Return
(bool)
Source Source
File: src/integrations/webhooks/add-webhooks-integration.php
public function plugin_active() { return true; }
Expand full source code Collapse full source code View on Github