Update multicheck taxonomy from front-end
-
Hi,
I would like to update a multicheck taxonomy field from the front-end.
I know I have to use the update_post_meta() function (I used it with other custom fields and it worked very well) but I can’t figure out how to update a list of checkboxes.I tried to update the field with an array of true/false values (like array(true, true, false, false, false, true, etc.)) but it didn’t work, and I tried with an array of values that must be the one checked (like array(‘category1’, ‘category2’, ‘category9’, ‘category’16’)) and still not working.
I asked the guys who developed the theme I’m using and they redirected me to your plugin, as they were using it in their theme.
I hope I make myself clear. Do you have any clue for my issue?
If you need, I can create a user so you can check directly in the admin panel.Quentin
- The topic ‘Update multicheck taxonomy from front-end’ is closed to new replies.