6027* Filters the list of already-pinged URLs for the given post.6028*6029* @since 2.0.06030*6031* @param string[]$pungArray of URLs already pinged for the given post.6032*/6033returnapply_filters('get_pung',$pung);6034}60356036/**6037* Retrieves URLs that need to be pinged.6038*6039* @since 1.5.0
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.