Edit post meta with checkboxes on front end
My gut instinct would be to roll my own AJAX callback. You obviously know the post ID (since you have it on the front end) and the names of the fields, just post that back to WP using AJAX and programmatically set the values there. An untested example (props to Kailey Lampert): // Add checkboxes … Read more