Description
Filters the list of URLs yet to ping for the given post.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 5757 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $to_ping | List of URLs yet to ping. |
PHP Doc
/**
* Filters the list of URLs yet to ping for the given post.
*
* @since 2.0.0
*
* @param string[] $to_ping List of URLs yet to ping.
*/