9161* @since 6.4.09162*9163* @param string$markup The HTML markup for the admin notice.9164* @param string$message The message for the admin notice.9165* @param array$args The arguments for the admin notice.9166*/9167returnapply_filters('wp_admin_notice_markup',$markup,$message,$args);9168}91699170/**9171* Outputs an admin notice.9172*9173* @since 6.4.0
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.