apply_filters( ‘xmlrpc_pingback_error’, IXR_Error $error )

In this article

Filters the XML-RPC pingback error return.

Parameters

$errorIXR_Error
An IXR_Error object containing the error code and message.

Source

return apply_filters( 'xmlrpc_pingback_error', new IXR_Error( $code, $message ) );

Changelog

VersionDescription
3.5.1Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.