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