📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 18:51:35
📂
/ (Root)
/
var
/
wordpress
/
wp-admin
📍 /var/wordpress/wp-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