Opened 16 years ago
Closed 16 years ago
#14820 closed defect (bug) (fixed)
Allow WP XML-RPC Library to be Extended
| Reported by: | filosofo | Owned by: | filosofo |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | XML-RPC | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
[15647][15648]
Leaving to soak for a bit.
May need more tweaks