Remove unnecessary use of mailpoet_data

MAILPOET-6431
This commit is contained in:
Oluwaseun Olorunsola
2025-02-04 18:14:52 +01:00
committed by Oluwaseun Olorunsola
parent 9ad79e75b5
commit e5498b6baf
5 changed files with 21 additions and 13 deletions

View File

@@ -75,5 +75,3 @@ We may add, update and delete any of them.
| `mailpoet_email_editor_send_preview_email` | `Array` $postData | `boolean` Result of processing. Was email sent successfully? | Allows override of the send preview mail function. Folks may choose to use custom implementation |
| `mailpoet_email_editor_post_sent_status_args` | `Array` `sent` post status args | `Array` register_post_status args | Allows update of the argument for the sent post status |
## TODO
- We use `mailpoet_data` in some section of the codebase. This will be updated.