wp-pay-core
wp-pay-core copied to clipboard
Use new admin notice functions (WordPress 6.4)
New admin notice functions are introduced in WordPress 6.4:
- https://make.wordpress.org/core/2023/10/16/introducing-admin-notice-functions-in-wordpress-6-4/
New functions
wp_get_admin_notice()
Returns the markup for an admin notice.
wp_admin_notice()
Outputs the markup for an admin notice.
We might want to update our code at some point, as I can imagine WordPress core also going to use these functions for updated admin notices UI in the future.