do_action_ref_array( 'pre_ping', array $post_links, array $pung, int $post_ID )

Fires just before pinging back links found in a post.


Parameters

$post_links

(array) An array of post links to be checked (passed by reference).

$pung

(array) Whether a link has already been pinged (passed by reference).

$post_ID

(int) The post ID.


Source

File: wp-includes/comment.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.0.0 Introduced.