9140*9141* @since 6.4.09142*9143* @param string$message The message for the admin notice.9144* @param array$args The arguments for the admin notice.9145*/9146do_action('wp_admin_notice',$message,$args);91479148echowp_kses_post(wp_get_admin_notice($message,$args));9149}91509151/**9152* 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.