Opened 5 years ago
Last modified 3 years ago
#54442 new defect (bug)
Provide feedback if initiating an email for a personal data request action has failed
| Reported by: | ocean90 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Privacy | Version: | 4.9.6 |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: |
Description
When creating a request for an export or a delete personal data request and the confirmation email is enabled, the user doesn't get any feedback if wp_send_user_request() was successful. The function returns a WP_Error object on failure which should be checked and displayed to the user.
Attachments (1)
Change History (3)
This ticket was mentioned in PR #4083 on WordPress/wordpress-develop by @atiqsu.
3 years ago
#2
- Checking if request action is WP_Error, if so sending settings error to be displayed to the use
- Updated gitignore for phpStorm IDE
The code is actually from @hasanuzzamanshamim with little update.
Trac ticket: https://core.trac.wordpress.org/ticket/54442
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Error check patch created