9088*9089* @since 6.4.09090*9091* @param string$message The message for the admin notice.9092* @param array$args The arguments for the admin notice.9093*/9094do_action('wp_admin_notice',$message,$args);90959096echowp_kses_post(wp_get_admin_notice($message,$args));9097}90989099/**9100* 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.