Fires after the 'Application Passwords' section is loaded on the 'Profile' editing screen.
$profile_userWP_Userwp-admin/user-edit.php:909file scope * The action only fires if the current user is editing their own profile. * * @since 2.0.0 * * @param WP_User $profile_user The current WP_User object. */ do_action( 'show_user_profile', $profile_user ); } else { /** * Fires after the 'Application Passwords' section is loaded on 'Edit User' screen. * * The action only fires if the current user is editing another user's profile. *Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.