WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about is_wp_error_instance

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/load.php do_action 1605 /**
* Fires when `is_wp_error()` is called and its parameter is an instance of `WP_Error`.
*
* @since 5.6.0
*
* @param WP_Error $thing The error object passed to `is_wp_error()`.
*/

Hook Parameters

Parameter Type Name Description
WP_Error $thing The error object passed to `is_wp_error()`.