LIVE_RATES]; } if (\in_array('flexible-shipping-fedex/flexible-shipping-fedex.php', $active_plugins, \true)) { $plugins_priority[] = 'flexible-shipping-fedex-pro/flexible-shipping-fedex-pro.php'; $categories_priority[] = $categories[\FSVendor\Octolize\ShippingExtensions\Plugin\PluginFactory::CATEGORY_LIVE_RATES]; } if (\in_array('flexible-shipping-dhl-express/flexible-shipping-dhl-express.php', $active_plugins, \true)) { $plugins_priority[] = 'flexible-shipping-dhl-express-pro/flexible-shipping-dhl-express-pro.php'; $categories_priority[] = $categories[\FSVendor\Octolize\ShippingExtensions\Plugin\PluginFactory::CATEGORY_LIVE_RATES]; } return [$plugins_priority, $categories_priority]; } /** * @return array */ private function get_categories() : array { return \array_values(\FSVendor\Octolize\ShippingExtensions\Plugin\PluginFactory::get_categories()); } }