Description
Filters the list of already-pinged URLs for the given post.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 5728 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $pung | Array of URLs already pinged for the given post. |
PHP Doc
/**
* Filters the list of already-pinged URLs for the given post.
*
* @since 2.0.0
*
* @param string[] $pung Array of URLs already pinged for the given post.
*/