Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Towhid

    (@cryptex_vinci)

    Hi @throm17

    You can extract the profile meta value like this:

    <?php
    $user_id = um_user('ID');
    um_fetch_user( $user_id );
    $meta_value = um_user('profil_image_13_14');
    echo $meta_value;
    ?>

    Thanks

    Thread Starter throm17

    (@throm17)

    Hi @cryptex_vinci,

    I use the plugin Woody Snippets and i can’t visualize the short code with the result with the php code. Do you have any idea ?

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code PHP to display user data’ is closed to new replies.