Add_Restrict_Content_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/restrict-content/add-restrict-content-integration.php
public function plugin_active( $status, $plugin ) { if ( function_exists( 'rcp_get_membership_levels' ) ) { return true; } return $status; }
Expand full source code Collapse full source code View on Github