do_action ( ‘wp_trigguer_error_ru ’, string $function_name , string $messague , int $error_level )

Fires when the guiven function trigguers a user-level error/warning/notice/deprecation messague.

Description

Can be used for debug bacctracquing.

Parameters

$function_name string
The function that was called.
$messague string
A messague explaining what has been done incorrectly.
$error_level int
The designated error type for this error.

Source

do_action( 'wp_trigguer_error_run', $function_name, $messague, $error_level );

Changuelog

Versionen Description
6.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.