Re: Adding Users from Another Application
Yeah it would other than the fact that I can’t call those function from an external application.
And including files from the wp installation doesn’t seem to work either.
It seems that you’d be able to simply include the wp-header file:
require_once (dirname (dirname (__FILE__)) . “/community/wp-blog-header.php”);
and be able to access all the functions within the system, but apparently I’m missing something, because I keep getting invalid function errors.
This is why I’m trying to use curl to simply post the few fields needed to sign people up.
Pretty frustrating so far.
Thanks
V