wp-includes/comment.php:3495Removes the pingback XML-RPC method in non-production environments.
$methodsstring[]string[]function wp_maybe_disable_xmlrpc_pingback_for_environment( $methods ) { if ( wp_should_disable_pings_for_environment() ) { unset( $methods['pingback.ping'] ); } return $methods;}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.