opt settings page
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<div id="form">
|
||||
<form method="post" action="<?php echo admin_url('admin-post.php'); ?>">
|
||||
<?php echo wp_nonce_field('go_form_action', 'go_form_nonce', true, false); ?>
|
||||
<input type="hidden" name="action" value="go_form_submit">
|
||||
<input type="hidden" name="action" value="go_form_handle_submission">
|
||||
<input type="hidden" name="form_id" value="<?php echo esc_attr($form_id); ?>">
|
||||
|
||||
<div class="go-form-grid">
|
||||
|
||||
Reference in New Issue
Block a user