wordpress get user profile picture

  1. Use the get_userdata function in WordPress to retrieve the user's data.
  2. Access the user's ID to retrieve the profile picture.
  3. Use the get_avatar function to display the user's profile picture on the WordPress site.