xmlrpc_pingback_error

Advertisement

Summery Summery

Default filter attached to xmlrpc_pingback_error.

Syntax Syntax

xmlrpc_pingback_error( IXR_Error $ixr_error )

Description Description

Returns a generic pingback error code unless the error code is 48, which reports that the pingback is already registered.

Parameters Parameters

$ixr_error

(Required)

Return Return

(IXR_Error)

Source Source

File: wp-includes/comment.php

	 * @param string[] $pung       Array of link URLs already pinged (passed by reference).
	 * @param int      $post_ID    The post ID.
	 */
	do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post->ID ) );

	foreach ( (array) $post_links as $pagelinkedto ) {

Advertisement

Changelog Changelog

Changelog
Version Description
3.5.1 Introduced.

Advertisement

Leave a Reply