Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/woocommerce/src/ |
Current File : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/woocommerce/src/Deprecated.php |
<?php /** * Class Aliases for graceful Backwards compatibility. * * This file is autoloaded via composer.json and maps the old namespaces to deprecation handlers. */ declare(strict_types=1); use Automattic\WooCommerce\Admin\Features\Navigation\RemovedDeprecated; class_alias( RemovedDeprecated::class, \Automattic\WooCommerce\Admin\Features\Navigation\Screen::class ); class_alias( RemovedDeprecated::class, \Automattic\WooCommerce\Admin\Features\Navigation\Menu::class ); class_alias( RemovedDeprecated::class, \Automattic\WooCommerce\Admin\Features\Navigation\CoreMenu::class );