<?php
/**
* XML-RPC APIs
*
* This is a dummy file that loads /xmlrpc.php XML-RPC handler.
* We need this file here in order to use WordPress XML-RPC API since some native clients don't allow us to select xmlrpc.php location.
*
* b2evolution - {@link http://b2evolution.net/}
* Released under GNU GPL License - {@link http://b2evolution.net/about/gnu-gpl-license}
* @copyright (c)2003-2020 by Francois Planque - {@link http://fplanque.com/}
*/
require dirname(__FILE__).'/xmlrpc.php';
?>