wip the nonce for the menu works
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<form action="<?php echo $fetch_url.'/'.$base_rest_route.'/choose'; ?>" method="POST">
|
||||
<form method="POST">
|
||||
<?php wp_nonce_field('action_name', 'nonce_name'); ?>
|
||||
<div>
|
||||
<input type="checkbox" id="calculation_patch" name="calculation" checked />
|
||||
<label for="calculation_patch">calculation patch</label>
|
||||
|
||||
Reference in New Issue
Block a user