is_wp_error_instance, $thing

is_wp_error_instance, $thing

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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;
    }
    
    /**