wp-includes/comment.php:3464Removes outgoing ping callbacks in non-production environments.
function wp_maybe_disable_outgoing_pings_for_environment() { if ( wp_should_disable_pings_for_environment() ) { remove_action( 'do_all_pings', 'do_all_pingbacks' ); remove_action( 'do_all_pings', 'do_all_trackbacks' ); remove_action( 'do_all_pings', 'generic_ping' ); }}Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
src/wp-includes/comment.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.