| Server IP : 219.84.203.146 / Your IP : 216.73.217.143 Web Server : Apache System : Linux so203-146.asiawhere.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : apgworld ( 10000) PHP Version : 8.3.30 Disable Function : exec,passthru,proc_open,shell_exec,system,popen,dl,putenv,pcntl_exec MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/apgworld.com/httpdocs/wp-admin/ |
Upload File : |
<?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 __DIR__ . '/user-edit.php';