9057* @since 6.4.09058*9059* @param string$markup The HTML markup for the admin notice.9060* @param string$message The message for the admin notice.9061* @param array$args The arguments for the admin notice.9062*/9063returnapply_filters('wp_admin_notice_markup',$markup,$message,$args);9064}90659066/**9067* Outputs an admin notice.9068*9069* @since 6.4.0
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.