woocommerce / action-scheduler

A scalable, traceable job queue for background processing large queues of tasks in WordPress. Specifically designed for distribution in WordPress plugins (and themes) - no server access required.
https://actionscheduler.org
GNU General Public License v3.0
639 stars 117 forks source link

Use Wordpress 6.4 admin notice function #1072

Open fiechtor opened 4 months ago

fiechtor commented 4 months ago

Since 6.4, we've got wp_admin_notice() for printing notices.

coreymckrill commented 4 months ago

Replied here.