📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 01:39:03
📂
/ (Root)
/
usr
/
local
/
sitepad
/
editor
/
site-admin
📍 /usr/local/sitepad/editor/site-admin
🔄 Refresh
✏️
Editing: profile.php
Read Only
<?php /** * User Profile Administration Screen. * * @package WordPress * @subpackage Administration */ /** * This is a profile page. * * @since 2.5.0 * @var bool */ define( 'IS_PROFILE_PAGE', true ); /** Load User Editing Page */ require_once( dirname( __FILE__ ) . '/user-edit.php' );
💾 Save Changes
❌ Cancel