do_action( 'edit_user_profile', WP_User $profileuser )

Fires after the ‘About the User’ settings table on the ‘Edit User’ screen.


Parameters

$profileuser

(WP_User) The current WP_User object.


Source

File: wp-admin/user-edit.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.0.0 Introduced.