opt settings page
This commit is contained in:
@@ -32,12 +32,7 @@
|
||||
<td> <?= esc_html($e->email) ?> </td>
|
||||
<td> <?= esc_html($e->created_at) ?> </td>
|
||||
<td>
|
||||
<form method="post" action=" <?= admin_url('admin-post.php') ?> ">
|
||||
<?= wp_nonce_field('go_form_delete_action', 'go_form_delete_nonce', true, false) ?>
|
||||
<input type="hidden" name="action" value="go_form_delete_entry">
|
||||
<input type="hidden" name="entry_id" value=" <?= esc_attr($e->id) ?> ">
|
||||
<input type="submit" value="Delete" class="button delete" onclick="return confirm('Delete this entry?')">
|
||||
</form>
|
||||
<?php action_button('go_form_delete_entry', 'Delete', 'Delete this entry?', $e->id); ?>
|
||||
</td>
|
||||
<td> <?= esc_html($e->comment) ?> </td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user