9026* @since 6.4.09027*9028* @param string$markup The HTML markup for the admin notice.9029* @param string$message The message for the admin notice.9030* @param array$args The arguments for the admin notice.9031*/9032returnapply_filters('wp_admin_notice_markup',$markup,$message,$args);9033}90349035/**9036* Outputs an admin notice.9037*9038* @since 6.4.0
History
Introduced in 6.4.0. Unchanged from 6.7.7 through 7.1.0.