5941* Filters the list of already-pinged URLs for the given post.5942*5943* @since 2.0.05944*5945* @param string[]$pungArray of URLs already pinged for the given post.5946*/5947returnapply_filters('get_pung',$pung);5948}59495950/**5951* Retrieves URLs that need to be pinged.5952*5953* @since 1.5.0
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.