Files
DESKTOP-DH6BVPV\chiefsoft 73be26afdf first commit
2022-11-20 09:38:29 -05:00

19 lines
283 B
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';