Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/woocomme.../src
File: Deprecated.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Class Aliases for graceful Backwards compatibility.
[2] Fix | Delete
*
[3] Fix | Delete
* This file is autoloaded via composer.json and maps the old namespaces to deprecation handlers.
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
declare(strict_types=1);
[7] Fix | Delete
[8] Fix | Delete
use Automattic\WooCommerce\Admin\Features\Navigation\RemovedDeprecated;
[9] Fix | Delete
[10] Fix | Delete
class_alias( RemovedDeprecated::class, \Automattic\WooCommerce\Admin\Features\Navigation\Screen::class );
[11] Fix | Delete
class_alias( RemovedDeprecated::class, \Automattic\WooCommerce\Admin\Features\Navigation\Menu::class );
[12] Fix | Delete
class_alias( RemovedDeprecated::class, \Automattic\WooCommerce\Admin\Features\Navigation\CoreMenu::class );
[13] Fix | Delete
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function