How do i get the value of a custom checkbox using php in woocommerce wordpress plugin
I used the code below to add a custom checkbox
And i am trying to use $myfield = get_post_meta($post->ID, "my_field", true); in order to get the value of the checkbox but for some reasons it is failing to get the value.
Aucun commentaire:
Enregistrer un commentaire