WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about xmlrpc_pingback_error

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-xmlrpc-server.php apply_filters 7126 /**
* 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.
*/

Hook Parameters

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