HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //var/www/html/bwcdev/wp-content/plugins/really-simple-ssl/security/wordpress/disable-xmlrpc.php
<?php
defined( 'ABSPATH' ) or die( "you do not have access to this page!" );

/**
 * Disable XMLRPC when this integration is activated
 */

add_filter('xmlrpc_enabled', '__return_false');
/**
 * Remove html link
 */
remove_action( 'wp_head', 'rsd_link' );
/**
 * stop all requests to xmlrpc.php for RSD per XML-RPC:
 */
if ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST )
    exit;