Filter hook 'xmlrpc_pingback_error'

in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 7159

Description

Filters the XML-RPC pingback error return.

Occurrences

Filename Line Number
wp-includes/class-wp-xmlrpc-server.php 7159

Parameters

Type Name Description
IXR_Error $error An IXR_Error object containing the error code and message.

PHP Doc

/**
		 * Filters the XML-RPC pingback error return.
		 *
		 * @since 3.5.1
		 *
		 * @param IXR_Error $error An IXR_Error object containing the error code and message.
		 */