Hi,
My custom field using "Image Selcet" type. like
A:image url1
B:image url2
I put this code in "My-account" page.
<?php
echo rwmb_meta( 'mb_membership', ['object_type' => 'user'], get_current_user_id() )
?>
Now it only display option text A, could you please let me know how to display both
A and image 1
thank you.