xmlrpc_enabled

xmlrpc_enabled

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('xmlrpc_enabled') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 221
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
         * @since 3.5.0
         *
         * @param bool $is_enabled Whether XML-RPC is enabled. Default true.
         */
        $this->is_enabled = apply_filters( 'xmlrpc_enabled', $is_enabled );
    }
     
    /**
     * Makes private/protected methods readable for backward compatibility.
     *
     * @since 4.0.0

See this hook used in plugins: