Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Created October 8, 2014 15:09
Show Gist options
  • Save igmoweb/74637f7d8ef9ad0e2ac6 to your computer and use it in GitHub Desktop.
Save igmoweb/74637f7d8ef9ad0e2ac6 to your computer and use it in GitHub Desktop.
<form action="" method="POST">
<table class="form-table">
<tr>
<th scope="row"><?php _e( 'New customer', 'fictizia' ); ?></th>
<td>
<input type="text" name="cliente" value=""/>
</td>
</tr>
</table>
<?php wp_nonce_field( 'add-new-client' ); ?>
<?php submit_button( null, 'primary', 'add-new-client' ); ?>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment