wp-pay-core icon indicating copy to clipboard operation
wp-pay-core copied to clipboard

Use new admin notice functions (WordPress 6.4)

Open rvdsteege opened this issue 1 year ago • 0 comments

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.

rvdsteege avatar Oct 31 '23 11:10 rvdsteege