File "Deprecated.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/woocommerce/src/Deprecated.php
File size: 588 bytes
MIME-type: text/x-php
Charset: utf-8
<?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 );