• Hi,

    I’ve create profile file with your plugin, on which, we can see all informations of the user.
    And I Wish that some information like Name, First Name, etc… is only seen that the admin and not the author or editor.

    I use php, but i can’t to do this.

    Regards,

    The page I need help with: [log in to see the link]

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

    (@ultimatemembersupport)

    Hi @throm17,

    It is possible to set field privacy for every field on the profile form, have you tried these settings?

    Regards.

    Thread Starter throm17

    (@throm17)

    Hi @ultimatemembersupport,

    I already do this, and i used php code like this :

    $user_id = um_user(‘ID’);
    um_fetch_user( $user_id );
    $meta_value = um_user(‘first_name’);
    echo $meta_value;

    And i display this value on profil page.
    But i don’t know how autorize access only to the administrators

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Private Access Data to Admin’ is closed to new replies.