IP : 18.216.229.154 Hostname : server86.web-hosting.com Kernel : Linux server86.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 Disable Function : None :) OS : Linux PATH: / home/ ./ servlmvm/ ./ puppiesoftexas.com/ wp-admin/ profile.php/ /

<?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';