📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 18:50:12
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Internal
/
Admin
/
Settings
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/woocommerce/src/Internal/Admin/Settings
🔄 Refresh
✏️
Editing: SettingsUIPageInterface.php
Writable
<?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 {}
💾 Save Changes
❌ Cancel