-
Notifications
You must be signed in to change notification settings - Fork 51
Make use of wp_admin_notice where possible #896
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Is your enhancement related to a problem? Please describe.
WordPress 6.4 introduced a function, that renders an admin notice without the need to write html. Let’s use it wherever we can.
https://developer.wordpress.org/reference/functions/wp_admin_notice/
Related code:
| 'admin_notices', |
| Utility::render_template( |
| Utility::render_template( |
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done