6110* @since 7.0.06111*6112* @param string$function_name The function that triggered the error.6113* @param string$message The message explaining the error.6114* @param int$error_level The designated error type for this error.6115*/6116do_action('wp_trigger_error_always_run',$function_name,$message,$error_level);61176118/**6119* Filters whether to trigger an error.6120*6121* @since 7.0.06122*
History
Introduced in 7.0.0. Unchanged from 7.0.4 through 7.1.0.