How to get a checkbox element inside a metabox, to return its proper value on Post
There are all kinds of code smells regarding why do you want to serialize and sanitize a check box value. The first is not needed, the second is useless when too many wrong values can be “true” as you seem to be ok with a value of “off” as well as “on” But the main … Read more