Summery Summery
Default filter attached to xmlrpc_pingback_error.
Syntax Syntax
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
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
Version | Description |
---|---|
3.5.1 | Introduced. |