• Resolved JM Crea

    (@dge-06)


    Hi,

    It’s possible to get the member ID, the name and the email address with PHP please ?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Georgian Cocora

    (@raster02)

    Hello @dge-06,

    You can use this function to retrieve some membership information about a specific user:
    pms_get_member( $user_id );

    Name and Email is not something that we store in particular, these can be retrieved in the normal WordPress ways, using the WP_User class for example.

    Regards.

    Thread Starter JM Crea

    (@dge-06)

    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get ID member, name and email address’ is closed to new replies.