• hello there
    I use below function to create custom shortcode

    function UltimateMember_ProfileID_ShortCode(){
    $profile_id = um_profile_id();
    echo $profile_id ;// prints the user’s profile ID

    }
    add_shortcode(‘ben_ProfileID’, ‘UltimateMember_ProfileID_ShortCode’);

    but when I added to profile tab (Shortcode filed )
    the filed not show profile id
    and that field empty

    sorry my english is not good
    can you help me?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter samboy59

    (@samboy59)

    hello again
    i want to add some users with specific role in dropdown filed on profile

    please help me
    how can I do this?
    tnx alot

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @samboy59,

    I’m afraid, it’s not possible to use roles dropdown on the profile form because it’s not possible to change user role after registration.

    Regards.

    Thread Starter samboy59

    (@samboy59)

    ok thanks alot

    what about my first request?

    and another question
    how can i add some users from excel to my site

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @samboy59,

    You can import users using CSV import plugins.

    Regards.

    Thread Starter samboy59

    (@samboy59)

    hello there
    I use below function to create custom shortcode

    function UltimateMember_ProfileID_ShortCode(){
    $profile_id = um_profile_id();
    echo $profile_id ;// prints the user’s profile ID

    }
    add_shortcode(‘ben_ProfileID’, ‘UltimateMember_ProfileID_ShortCode’);

    but when I added to profile tab (Shortcode filed )
    the filed not show profile id
    and that field empty

    Thread Starter samboy59

    (@samboy59)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘ultimate member shortcode’ is closed to new replies.