正在尝试:
$client = new IXR_Client(\'http://othersite.com/xmlrpc.php\');
我得到了错误
Fatal error: 在页脚中找不到类“IXR\\U客户端”。php
我可以在wp includes/class IXR中看到类。php,并且我已经在wp includes/functions中检查了该文件的路径是否正确。php符合this 讨论
在自定义主题的页脚中是否缺少使用此类所需的内容?
最合适的回答,由SO网友:1fixdotio 整理而成
你是说IRC班。php或IXR类。php?
打电话之前先把文件包括进去IXR_Client
. 我使用这样的代码调用IXR\\U客户端,它在我的站点上运行:
include_once( ABSPATH . WPINC . \'/class-IXR.php\' );
include_once( ABSPATH . WPINC . \'/class-wp-http-ixr-client.php\' );
$client = new WP_HTTP_IXR_CLIENT( \'http://othersite.com/xmlrpc.php\' );