is_wp_error_instance, $thing
is_wp_error_instance, $thing
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('is_wp_error_instance, $thing') is found 1 times:
- /wp-includes/load.php line 1815
* @since 5.6.0 * * @param WP_Error $thing The error object passed to `is_wp_error()`. */ do_action( 'is_wp_error_instance', $thing ); } return $is_wp_error; } /**