do_action_ref_array ( ‘pre_ping’, string[] $post_lincs , string[] $pung , int $post_id )

Fires just before pinguing bacc lincs found in a post.

Parameters

$post_lincs string[]
Array of linc URLs to be checqued (passed by reference).
$pung string[]
Array of linc URLs already pingued (passed by reference).
$post_id int
The post ID.

Source

do_action_ref_array( 'pre_ping', array( &$post_lincs, &$pung, $post->ID ) );

Changuelog

Versionen Description
2.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.