Deactivate dont work on post submit form backend
-
Hi, im on this url
...wp-admin/admin.php?page=checklist_option&tab=report
and deactivated some plugins on BACKEND URLS with
*admin.php?page=checklist_option*
When i open the page it works fine. Inside the page there is the following form to get some reports. It refreshes the page and the url is still the same but all plugins are loaded. I tried to open a new tab after submitting the form – still the same. Any idea how to keep the plugins deactivated?
<form method="POST"> <div class="row justify-content-center"> <div class="col-12 col-md-3"> <input type="text" id="date" class="form-control" name="date" placeholder="Click to select date" value="<?php echo isset($_POST['date']) ? esc_attr($_POST['date']) : ""; ?>"> </div> <div class="col-12 col-md-3"> <button type="submit" class="btn btn-secondary">Generate Report</button> </div> </div> </form>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Deactivate dont work on post submit form backend’ is closed to new replies.