ID, "blesk_featured_post_checkbox", true); if($checkbox_value == "") { ?>
post_type) return $post_id; $meta_box_checkbox_value = ""; if(isset($_POST["blesk_featured_post_checkbox"])) { $meta_box_checkbox_value = $_POST["blesk_featured_post_checkbox"]; } update_post_meta($post_id, "blesk_featured_post_checkbox", $meta_box_checkbox_value); } add_action("save_post", "blesk_metaboxes_save", 10, 3);