6056* Filters the list of URLs yet to ping for the given post.6057*6058* @since 2.0.06059*6060* @param string[]$to_pingList of URLs yet to ping.6061*/6062returnapply_filters('get_to_ping',$to_ping);6063}60646065/**6066* Does trackbacks for a list of URLs.6067*6068* @since 1.0.0
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.