| 3 | | "Add any e-mail without refreshing the page",- if I do it even after refreshing the page the message is still coming. |
| | 4 | |
| | 5 | ''"Add any e-mail without refreshing the page..."'', |
| | 6 | |
| | 7 | if I do it even after refreshing the page the message is still coming. |
| | 8 | |
| | 9 | Not sure if I am right, but when I Remove request, the process page URL is like this: |
| | 10 | |
| | 11 | {{{ |
| | 12 | /wp-admin/tools.php?page=export_personal_data&action=delete&request_id%5B0%5D=136&_wpnonce=cb4afd7f30 |
| | 13 | |
| | 14 | }}} |
| | 15 | |
| | 16 | and after removal, the page stays only there. |
| | 17 | |
| | 18 | After the removal is done the value for _w_http_referrer is |
| | 19 | |
| | 20 | {{{ |
| | 21 | /wp-admin/tools.php?page=export_personal_data&action=delete&request_id%5B0%5D=136&_wpnonce=cb4afd7f30 |
| | 22 | |
| | 23 | }}} |
| | 24 | |
| | 25 | which is reported expired since we have already removed that request. |
| | 26 | |
| | 27 | But when I load the page by clicking Tools > Export personal data link, the referrer is `/wp-admin/tools.php?page=export_personal_data`. |
| | 28 | |
| | 29 | To my understanding after deleting a request the page should redirect back to `/wp-admin/tools.php?page=export_personal_data`, so that no Expired Link is reported. |
| | 30 | |
| | 31 | I may be wrong! |