9057*9058* @since 6.4.09059*9060* @param string$message The message for the admin notice.9061* @param array$args The arguments for the admin notice.9062*/9063do_action('wp_admin_notice',$message,$args);90649065echowp_kses_post(wp_get_admin_notice($message,$args));9066}90679068/**9069* 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.