Fires after the 'Application Passwords' section is loaded on 'Edit User' screen.
$profile_userWP_Userwp-admin/user-edit.php:920file scope * The action only fires if the current user is editing another user's profile. * * @since 2.0.0 * * @param WP_User $profile_user The current WP_User object. */ do_action( 'edit_user_profile', $profile_user ); } ?> <?php /** * Filters whether to display additional capabilities for the user.Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.