capabilitiy = "manage_opanda_licensing"; $this->purchasePrice = '$27'; global $sociallocker; if ( in_array( $sociallocker->license->type, array( 'free' ) ) ) { $this->menuTitle = __('Social Locker', 'plugin-sociallocker'); $this->menuIcon = BizPanda::getMenuIcon(); } global $sociallocker; if ( !in_array( $sociallocker->license->type, array( 'free' ) ) ) { $this->menuPostType = OPANDA_POST_TYPE; } } } FactoryPages321::register($sociallocker, 'SocialLocker_LicenseManagerPage');