Skip to content

Instantly share code, notes, and snippets.

@carlodaniele
Last active February 7, 2016 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlodaniele/3e5540eb666f702c3801 to your computer and use it in GitHub Desktop.
Save carlodaniele/3e5540eb666f702c3801 to your computer and use it in GitHub Desktop.
<h3><?php _e( 'Cholesterol', 'food_example_plugin' ); ?></h3>
<p>
<input type="radio" name="cholesterol" value="0" <?php checked( $current_cholesterol, '0' ); ?> /> Yes<br />
<input type="radio" name="cholesterol" value="1" <?php checked( $current_cholesterol, '1' ); ?> /> No
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment