Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author michaelgrosser

    (@michaelgrosser)

    Hi,
    I have not yet tested with WordPress 4.0. It’s possible it’s a conflict with something 4.0-related.

    I will be testing for 4.0 compatibility in the near future.

    Thread Starter Kyle R

    (@kyle-r)

    Any idea when you will get chance to update or if I can pay you to fix it? I’m really looking to create users via the XML RPC.

    4.1 same problem ??

    My bad ??

    Read readme.txt ??
    Correct usage:
    $data = array($wp_username, $wp_password,’wp_create_user’, array( ‘tester’, ‘123123’, ‘[email protected]’ ));
    $client->query(‘eapi.callWpMethod’, $data);
    $user_id = $client->getResponse();

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘requested method X does not exist.’ is closed to new replies.