all_admin_notices WordPress Action Hook
The all_admin_notices hook is one of the most versatile hooks in WordPress. It allows you to add custom messages to the top of the admin screens of your site. This is useful for displaying notices to your users or for debugging purposes.
do_action( 'all_admin_notices' ) #
Prints generic admin screen notices.