/wp-admin/profile.php

https://gitlab.com/webteam/job_aag · PHP · 18 lines · 3 code · 2 blank · 13 comment · 0 complexity · 9184e53f96bade3e7ae7cda9eddf7a26 MD5 · raw file

  1. <?php
  2. /**
  3. * User Profile Administration Screen.
  4. *
  5. * @package WordPress
  6. * @subpackage Administration
  7. */
  8. /**
  9. * This is a profile page.
  10. *
  11. * @since 2.5.0
  12. * @var bool
  13. */
  14. define('IS_PROFILE_PAGE', true);
  15. /** Load User Editing Page */
  16. require_once( dirname( __FILE__ ) . '/user-edit.php' );