Action hook 'is_wp_error_instance'

in WP Core File wp-includes/load.php at line 1774

Description

Fires when `is_wp_error()` is called and its parameter is an instance of `WP_Error`.

Occurrences

Filename Line Number
wp-includes/load.php 1774

Parameters

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

PHP Doc

/**
		 * 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()`.
		 */