| Server IP : 198.54.115.198 / Your IP : 216.73.216.142 Web Server : LiteSpeed System : Linux server192.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : seatpheu ( 1569) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/seatpheu/public_html/phsarichiba/wp-content/plugins/woocommerce/src/Admin/API/ |
Upload File : |
<?php
/**
* REST API Settings Controller (compatibility stub).
*
* @package WooCommerce\Admin\API
*/
declare( strict_types = 1 );
namespace Automattic\WooCommerce\Admin\API;
defined( 'ABSPATH' ) || exit;
/**
* Settings controller.
*
* The real controller was removed in 10.9 with the settings editor. This empty stub stays so an
* in-memory 10.8 controller list, still naming this class while the files are swapped to 10.9
* during an update, can instantiate it instead of fataling on the deleted file. It registers
* nothing.
*
* @deprecated 10.9.0
*/
class Settings {
/**
* Register routes. Intentionally a no-op.
*/
public function register_routes(): void {}
}