/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/TestData
NameSizeModeActions
Addons/-0755rm
Commands/-0755rm
Factories/-0755rm
Framework/-0755rm
Repositories/-0755rm
Addons.php18530644editdlrm
ServiceProvider.php28460644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/TestData/Addons.php (1853B)
defined('GIVE_FUNDS_VERSION'), 'serviceProvider' => Funds::class, ], [ 'isActive' => defined('GIVE_CURRENCY_SWITCHER_VERSION'), 'serviceProvider' => CurrencySwitcher::class, ], [ 'isActive' => defined('GIVE_RECURRING_VERSION'), 'serviceProvider' => RecurringDonations::class, ], [ 'isActive' => defined('GIVE_FEE_RECOVERY_VERSION'), 'serviceProvider' => FeeRecovery::class, ], [ 'isActive' => defined('GIVE_MD_VERSION'), 'serviceProvider' => ManualDonations::class, ], [ 'isActive' => defined('GIVE_FUNDS_ADDON_VERSION'), 'serviceProvider' => Funds::class, ], ]; } /** * Get active add-ons * @since 1.0.0 * @return array[] */ public static function getActiveAddons() { return array_filter( self::getAddons(), function ($addon) { return $addon['isActive']; } ); } }