PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
plugins
/
woocommerce
/
src
/
Internal
/
Admin
/
Settings
<?php /** * Settings UI page contract. */ declare( strict_types=1 ); namespace Automattic\WooCommerce\Internal\Admin\Settings; use Automattic\WooCommerce\Admin\Settings\SettingsUIPageInterface as PublicSettingsUIPageInterface; defined( 'ABSPATH' ) || exit; /** * Internal alias for the public settings UI page contract. * * @since 10.9.0 */ interface SettingsUIPageInterface extends PublicSettingsUIPageInterface {}
[+]
PaymentsProviders
[-] SettingsUIPageInterface.php
[edit]
[-] PaymentsController.php
[edit]
[-] PaymentsProviders.php
[edit]
[-] LegacySettingsPageAdapter.php
[edit]
[+]
SettingsUIPages
[-] Payments.php
[edit]
[+]
..
[-] Utils.php
[edit]
[-] RegisteredSettingsSectionAdapter.php
[edit]
[-] SettingsUISchema.php
[edit]
[-] PaymentsRestController.php
[edit]
[+]
Exceptions
[-] SettingsUIRequestContext.php
[edit]