File "SettingsUISchema.php"
Full Path: /home/buyiwexj/public_html/wp-content/plugins/woocommerce/src/Admin/Settings/SettingsUISchema.php
File size: 363 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Public settings UI schema helpers.
*/
declare( strict_types=1 );
namespace Automattic\WooCommerce\Admin\Settings;
defined( 'ABSPATH' ) || exit;
/**
* Converts WooCommerce settings definitions into the settings UI schema.
*
* @since 10.9.0
*/
class SettingsUISchema extends \Automattic\WooCommerce\Internal\Admin\Settings\SettingsUISchema {}