How to save a checkbox meta box in WordPress?

后端 未结 1 1567
抹茶落季
抹茶落季 2020-12-31 16:09

I\'m trying to add a checkbox into my custom meta box in WordPress and I ran into a problem with saving it - whenever I check the checkbox and update the post/page, it comes

1条回答
  •  天涯浪人
    2020-12-31 16:58

    I had trouble with this previously and here is how I solved it.

    First, creating the Checkbox.

    ID);
        $sl_meta_box_sidebar = $custom["sl-meta-box-sidebar"][0]; 
    ?>
    
    checked="checked" />  Check the Box.
    
    

    Next, saving.

    
    

    0 讨论(0)
提交回复
热议问题