6053* Filters the newpingURL to add for the given post.6054*6055* @since 2.0.06056*6057* @param string$newNew ping URL to add.6058*/6059$new=apply_filters('add_ping',$new);60606061$return=$wpdb->update($wpdb->posts,array('pinged'=>$new),array('ID'=>$post->ID));6062clean_post_cache($post->ID);6063return$return;6064}6065
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.