do_action( 'is_wp_error_instance', WP_Error $thing )
Fires when is_wp_error() is called and its parameter is an instance of WP_Error.
Parameters
- $thing
-
The error object passed to
is_wp_error().
Source
File: wp-includes/load.php
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |