9192*9193* @since 6.4.09194*9195* @param string$message The message for the admin notice.9196* @param array$args The arguments for the admin notice.9197*/9198do_action('wp_admin_notice',$message,$args);91999200echowp_kses_post(wp_get_admin_notice($message,$args));9201}92029203/**9204* Checks if a mime type is for a HEIC/HEIF image.
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.