Make WordPress Core

Changeset 2061


Ignore:
Timestamp:
01/06/2005 11:28:51 PM (21 years ago)
Author:
saxmatt
Message:

Allow plugins to hook into XML-RPC server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r2060 r2061  
    106106          'demo.addTwoNumbers' => 'this:addTwoNumbers'
    107107        );
     108        $this->methods = apply_filters('xmlrpc_methods', $this->methods);
    108109        $this->IXR_Server($this->methods);
    109110    }
Note: See TracChangeset for help on using the changeset viewer.