Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

XML-RPC Extended Media Upload

Beschrijving

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

Installatie

  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

FAQ

none yet

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“XML-RPC Extended Media Upload” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “XML-RPC Extended Media Upload” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.1

Incipient version