user_profile_picture_description

user_profile_picture_description

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('user_profile_picture_description') is found 1 times:

  • /wp-admin/user-edit.php line 640

    *
    * @param string $description The description that will be printed.
    * @param WP_User $profile_user The current WP_User object.
    */
    echo apply_filters( ‘user_profile_picture_description’, $description, $profile_user );
    ?>