HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/iranga.kauko.lt/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;