- This topic has 1 reply, 2 voices, and was last updated 1 year, 8 months ago by .
-
Topic
-
I was trying to get the value of a color picker, where I needed to pass the ID of the post.
The following did not work, even though I’m using this technique to get other meta fields from this particular page.
$background = rwmb_meta('guide_color_picker', $child->ID);
I had to pass an empty array to the $args field in order to get the value. Otherwise I was getting an empty stting.
$background = rwmb_meta('guide_color_picker', array(), $child->ID);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.