6152* Filters the list of URLs yet to ping for the given post.6153*6154* @since 2.0.06155*6156* @param string[]$to_pingList of URLs yet to ping.6157*/6158returnapply_filters('get_to_ping',$to_ping);6159}61606161/**6162* Does trackbacks for a list of URLs.6163*6164* @since 1.0.0
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.