Flutter Check Boxes
-
I am using the plugin flutter for creating custom write panels.
I can call all the custom fields with no troubles, except for the fields i have made checkboxes.
They simply return the word “array”
I use the call method they supply
get('hello', 1, 1, true)
i have also used the wordpress method
get_post_meta($post->ID,'hello', true)
with no luck.How do i get the value of the checkbox that is selected to display.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Flutter Check Boxes’ is closed to new replies.