wp-includes/comment.php:3008Performs all pingbacks, enclosures, trackbacks, and sends to pingback services.
One hook fires while do_all_pings() runs, in this order:
Fires immediately after the `do_pings` event to hook services individually.
function do_all_pings() { /** * Fires immediately after the `do_pings` event to hook services individually. * * @since 5.6.0 */ do_action( 'do_all_pings' );}Introduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/comment.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.