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