Skip to content

Instantly share code, notes, and snippets.

@carlodaniele
Last active February 7, 2016 15:43
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/e14453b70ef94368d4b1 to your computer and use it in GitHub Desktop.
Save carlodaniele/e14453b70ef94368d4b1 to your computer and use it in GitHub Desktop.
?>
<div class='inside'>
<h3><?php _e( 'Carbohydrates', 'food_example_plugin' ); ?></h3>
<p>
<input type="text" name="carbohydrates" value="<?php echo $current_carbohydrates; ?>" />
</p>
</div>
<?php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment