Add_Uncannyceus_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/uncanny-ceus/add-uncannyceus-integration.php
public function plugin_active( $status, $plugin ) { if ( defined( 'CEU_PLUGIN_NAME' ) ) { $status = true; } else { $status = false; } return $status; }
Expand full source code Collapse full source code View on Github