9279* @since 6.4.09280*9281* @param string$markup The HTML markup for the admin notice.9282* @param string$message The message for the admin notice.9283* @param array$args The arguments for the admin notice.9284*/9285returnapply_filters('wp_admin_notice_markup',$markup,$message,$args);9286}92879288/**9289* Outputs an admin notice.9290*9291* @since 6.4.0
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.