[wordpress插件] AUXTO

wordpress 插件 文章 2020-02-26 00:00 472 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

AUX provides an XML-RPC function for running the built in WordPress auto-upgrade using XML-RPC.

AUX提供了XML-RPC功能,用于使用XML-RPC运行内置的WordPress自动升级。

The XML-RPC method to call : aux.autoUpgradeWP

要调用的XML-RPC方法:aux.autoUpgradeWP

Parameters to pass:

要传递的参数:

    • site username
    • 站点用户名

    • site password
    • 站点密码

    • WordPress version to upgrade to
    • 要升级到的WordPress版本

    • Locale of site (default: en_US)
    • 网站的语言环境(默认值:en_US)

    XML-RPC must be enabled on your WordPres site.

    必须在您的WordPres网站上启用XML-RPC。

    (Dashboard > Settings > Writing > Remote Publishing)

    (控制台>设置>编写>远程发布)

    See https://github.com/karmadude/AUX for an example of using node.js to auto-upgrade multiple WordPress sites using AUX plugin.

    有关使用node.js使用AUX插件自动升级多个WordPress网站的示例,请参见https://github.com/karmadude/AUX。

安装步骤

User the built in plugin installer and upgrade.

用户使用内置的插件安装程序并进行升级。

To install manually, follow these steps:

要手动安装,请按照以下步骤操作:

    1. Upload aux.php to the /wp-content/plugins/ directory
    2. aux.php 上载到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

下载地址
https://downloads.wordpress.org/plugin/aux.1.0.1.zip
-EOF-

AI助手支持GPT4.0