[Plugin: Front-end Editor] Checkbox again
-
Hi, I asked about checkboxes in a previous thread.
This code works, BUT the checkbox is checked by default. Can I have it unchecked by default?
editable_post_meta( get_the_ID(), ‘my-meta-key’, array(
‘type’ => ‘checkbox’,
‘values’ => array( true => ‘yes’, false => ‘no’ )
) );https://www.ads-software.com/extend/plugins/front-end-editor/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Front-end Editor] Checkbox again’ is closed to new replies.