Warning: in_array() expects parameter 2 to be array, string given in "...-admin-api.php" on line 112
It looks like when you unselect all the options in a checkbox_multi field, it is saved as an empty string, rather than an empty array. Trying to loop through the option as an array, or in this case use the in_array() test, Wordpress generates an error.
It looks like when you unselect all the options in a checkbox_multi field, it is saved as an empty string, rather than an empty array. Trying to loop through the option as an array, or in this case use the in_array() test, Wordpress generates an error.