Need help adding custom field to category
Checkboxes are a bit different than text inputs. The main changes below are in the save function and with handling the checked attribute. The value of show_category will be yes if it’s been checked or an empty string for unchecked. Keep in mind that if the show_category meta was never saved it will be unset, … Read more