6200* @since 7.0.06201*6202* @param string$function_name The function that triggered the error.6203* @param string$message The message explaining the error.6204* @param int$error_level The designated error type for this error.6205*/6206do_action('wp_trigger_error_always_run',$function_name,$message,$error_level);62076208/**6209* Filters whether to trigger an error.6210*6211* @since 7.0.06212*
History
Introduced in 7.0.0. Unchanged from 7.0.4 through 7.1.0.