show_user_profile

Advertisement

Summery Summery

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

Syntax Syntax

do_action( 'show_user_profile', WP_User $profileuser )

Description Description

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

Parameters Parameters

$profileuser

The current WP_User object.

Source Source

File: wp-admin/user-edit.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Advertisement

Leave a Reply