6123* Filters the list of already-pinged URLs for the given post.6124*6125* @since 2.0.06126*6127* @param string[]$pungArray of URLs already pinged for the given post.6128*/6129returnapply_filters('get_pung',$pung);6130}61316132/**6133* Retrieves URLs that need to be pinged.6134*6135* @since 1.5.0
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.