Support Forum ยป User Profile

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: โœ…How to display custom field (type:Image select) #41196
    leennleenn
    Participant

    Hi Peter,

    It works. Thank you.

    <?php
    $value = rwmb_the_value( 'mb_membership', ['object_type' => 'user'], get_current_user_id())
    ?>

    in reply to: โœ…Malware Warnings #40906
    leennleenn
    Participant

    Hi Anh,

    I contacted Sucuri team, they just whitelist this path to fix the problem, thanks.

    in reply to: โœ…How to display custom user meta field on website? #40905
    leennleenn
    Participant

    Hi Long,

    I tried to display user's custom field by adding this code
    `<?php
    echo rwmb_meta( 'mb_membership', ['object_type' => 'user'], get_current_user_id() )
    ?>

    It can't display anything. Could you please let me know what's going wrong? Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)