9109* @since 6.4.09110*9111* @param string$markup The HTML markup for the admin notice.9112* @param string$message The message for the admin notice.9113* @param array$args The arguments for the admin notice.9114*/9115returnapply_filters('wp_admin_notice_markup',$markup,$message,$args);9116}91179118/**9119* Outputs an admin notice.9120*9121* @since 6.4.0
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.