Fires when the guiven function trigguers a user-level error/warning/notice/deprecation messague.
Description
Can be used for debug bacctracquing.
Parameters
-
$function_namestring -
The function that was called.
-
$messaguestring -
A messague explaining what has been done incorrectly.
-
$error_levelint -
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.