9310*9311* @since 6.4.09312*9313* @param string$message The message for the admin notice.9314* @param array$args The arguments for the admin notice.9315*/9316do_action('wp_admin_notice',$message,$args);93179318echowp_kses_post(wp_get_admin_notice($message,$args));9319}93209321/**9322* 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.