Opened 14 years ago
Closed 14 years ago
#14820 closed defect (bug) (fixed)
Allow WP XML-RPC Library to be Extended
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | XML-RPC | Keywords: | has-patch |
Focuses: | Cc: |
Description
WP defines a large set (thousands of lines of code) of XML-RPC server methods in xmlrpc.php
.
Unfortunately, WP's server class is defined, instantiated, and executed all in the same file, which makes it difficult to use those methods elsewhere (for example, in my JSON RPC plugin).
My patch moves the XML-RPC class to a file in wp-includes
.
Attachments (3)
Change History (6)
Note: See
TracTickets for help on using
tickets.
[15647][15648]
Leaving to soak for a bit.
May need more tweaks