5920* Filters the list of URLs yet to ping for the given post.5921*5922* @since 2.0.05923*5924* @param string[]$to_pingList of URLs yet to ping.5925*/5926returnapply_filters('get_to_ping',$to_ping);5927}59285929/**5930* Does trackbacks for a list of URLs.5931*5932* @since 1.0.0
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.