apply_filters( 'xmlrpc_pingback_error', IXR_Error $error )

Filters the XML-RPC pingback error return.


Parameters

$error

(IXR_Error) An IXR_Error object containing the error code and message.


Source

File: wp-includes/class-wp-xmlrpc-server.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.5.1 Introduced.