How to set up an XMLRPC method from plugin?
-
Hello! So how to set up an XMLRPC method from plugin? That means like the plugin is active – the method is available, and v.v. the method won’t exist when the plugin si down. TIA!
Looks like no help is needed ??
add_action(‘xmlrpc_methods’, ‘attach_new_xmlrpc’);
- The topic ‘How to set up an XMLRPC method from plugin?’ is closed to new replies.