PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
plugins
/
woocommerce
/
src
/
Admin
/
Settings
<?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 {}
[-] SettingsUIPageInterface.php
[edit]
[-] SettingsSection.php
[edit]
[-] LegacySettingsPageAdapter.php
[edit]
[-] SettingsSectionRegistry.php
[edit]
[+]
..
[-] SettingsSectionInterface.php
[edit]
[-] SettingsUISchema.php
[edit]