• $profile_image_path = um_user_uploads_uri() . um_profile('profile_image');
    echo "<img src=".esc_attr ($profile_image_path)." />";

    I created Image file meta key as “profile_image” and retrieve the image using above code, its fine and displaying perfectly, but when I use the same code in multineworks sites its not working, can any one guide me how to code to work in both multinetwork and with out multinetwork sites?

    • This topic was modified 5 years, 7 months ago by kayapati.
    • This topic was modified 5 years, 7 months ago by kayapati.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘image meta retrieving issue with multinetwork sites.’ is closed to new replies.