Open daithi-coombes opened 11 years ago
Add a xml-rpc method that would allow api-con plugins to create their own xml-rpc methods. The namespace for the rpc methods would be in the format: api_con._$method, or something similar.
api-con plugins
api_con._$method
API Con shoudl extend the xmlrpc-server as per answer here: http://wordpress.stackexchange.com/questions/14759/extending-xml-rpc-best-practice
Add a xml-rpc method that would allow
api-con plugins
to create their own xml-rpc methods. The namespace for the rpc methods would be in the format:api_con._$method
, or something similar.API Con shoudl extend the xmlrpc-server as per answer here: http://wordpress.stackexchange.com/questions/14759/extending-xml-rpc-best-practice