Linux 软件免费装

XML-RPC Extended Media Upload

开发者 rvencu
更新时间 2012年5月29日 23:51
PHP版本: 3.0 及以上
WordPress版本: 3.3.2
版权: GPLv2

标签

media upload extension API XML-RPC

下载

0.1

详情介绍:

This plugin extends the default XML-RPC server API with one new method for specifying author and parent post of remotely uploaded attachment files.
  1. preserved backward compatibility with the basic method wp.uploadFile
  2. simple usage, just replace with wp_extended.uploadFile and add 2 OPTIONAL parameters to the data struct: author (string, user_id of author) and parent (string, post_id of parent post)
  3. without the optional parameters the new method is identical in behaviour with the basic method found in Wordpress API of XML-RPC

安装:

  1. Upload the zip file to the /wp-content/plugins/ directory
  2. Unzip the archive
  3. Activate the plugin through the 'Plugins' menu in WordPress

升级注意事项:

Nothing here yet

更新日志:

0.1 Incipient version