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