shortcode wpmem_field returns empty for select
-
I’m using the shortcode [wpmem_field <fieldname>] and it returns empty, but only when looking at fieldnames with type ‘select’.
I can pull text values well. I’m definitely logged in, and the select fields are definitely set with correct values. I’m sure I’m using the right meta key name.
What I’m actually doing is this:
$somevariable = do_shortcode(“[wpmem_field <fieldname>]”);
echo $somevariable;
The variable is empty but only when fieldname is a select type field name.
Could it be that the variable is holding some sort of non-string object?Little help anyone?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘shortcode wpmem_field returns empty for select’ is closed to new replies.