do_action_ref_array( 'pre_ping', string[] $post_links , string[] $pung , int $post_id )
Fires just before pinging back links found in a post.
Parameters
-
$post_links
string[] -
Array of link URLs to be checked (passed by reference).
-
$pung
string[] -
Array of link URLs already pinged (passed by reference).
-
$post_id
int -
The post ID.
Source
File: wp-includes/comment.php
.
View all references
do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post->ID ) );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
-
Skip to note 1 content You must log in to vote on the helpfulness of this noteVote results for this note: 0You must log in to vote on the helpfulness of this note