Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UlisesGascon/b5f5244d974ebf95ff07 to your computer and use it in GitHub Desktop.
Save UlisesGascon/b5f5244d974ebf95ff07 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