This should be the full URL to the home page of the WordPress site. e.g. https://mysite.com or https://mysite.com/blog/.
For most WordPress installations, use 1.
Optionalusername: stringUsername to login to the WordPress site. Optional if only using runMethod, as credentials will be required directly in parameters for those calls.
Optionalpassword: stringPassword to login to the WordPress site. Optional if only using runMethod, as credentials will be required directly in parameters for those calls.
Optionalfilter: anyOptionaltaxonomy: stringOptionaltaxonomy: stringOptionalfilter: anyRun an XML-RPC API method on a WordPress site. Any method name supported by the WordPress XML-RPC API can be used, as long as the authentication information provided has appropriate permissions on the site.
The method name as documented in the WordPress XML-RPC API, for example wp.newPost to create a new post.
Parameters should be a Javascript array of parameters for the method being used. These vary depending on the method and should follow the documentation provided by WordPress.
StaticcreateCreate new instance
This should be the full URL to the home page of the WordPress site. e.g. https://mysite.com or https://mysite.com/blog/.
For most WordPress installations, use 1.
Optionalusername: stringUsername to login to the WordPress site. Optional if only using runMethod, as credentials will be required directly in parameters for those calls.
Optionalpassword: stringPassword to login to the WordPress site. Optional if only using runMethod, as credentials will be required directly in parameters for those calls.
Create new instance