do_action( 'show_user_profile', WP_User $profileuser )

Fires after the ‘About Yourself’ settings table on the ‘Your Profile’ editing screen.


Description Description

The action only fires if the current user is editing their own profile.


Parameters Parameters

$profileuser

(WP_User) The current WP_User object.


Top ↑

Source Source

File: wp-admin/user-edit.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.