Hi Peter,
It works. Thank you.
<?php $value = rwmb_the_value( 'mb_membership', ['object_type' => 'user'], get_current_user_id()) ?>
Hi Anh,
I contacted Sucuri team, they just whitelist this path to fix the problem, thanks.
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.