show_user_profile

show_user_profile

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('show_user_profile') is found 1 times:

  • /wp-admin/user-edit.php line 882
    878
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
         * @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 'About the User' settings table on the 'Edit User' screen.
         *
         * @since 2.0.0
         *

See this hook used in plugins: