Current Path : /home/refref/public_html/css-20250409105309/ |
Current File : /home/refref/public_html/css-20250409105309/profile-20250425105103-20250428112755.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';