Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18431


Ignore:
Timestamp:
01/24/2012 10:52:18 AM (13 years ago)
Author:
westi
Comment:

Marking this as a Blessed Task for 3.4 - This is part of the first iteration of XML-RPC new features we will be working on.

There are a number of issues with this current patch:

  • Doesn't follow the argument convention of other functions
  • Support for multiple deletion is not needed
  • You can't tell what did/didn't succeed when an error is returned.

We should have a simple wp.deletePost which mimics wp.deletePage but supports all CPTs (and then we can probably re-work wp.deletePage to call it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18431

    • Property Status changed from new to reviewing
    • Property Keywords needs-patch added; has-patch removed
    • Property Milestone changed from Awaiting Review to 3.4
    • Property Owner set to westi
    • Property Type changed from feature request to task (blessed)
  • Ticket #18431 – Description

    initial v1  
     1Simple API to support deletion of a single post of any CPT over xmlrpc.