check
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Create new user from a php file?Hi again and thanks for replying
Unfortunately, this didn’t work. Any other ideas?
Forum: Fixing WordPress
In reply to: Create new user from a php file?Hi esmi – Thanks for the reply
I did look here already: http://codex.wordpress.org/Function_Reference/wp_create_user
Which is great, but what do i need to add to my static php file in order to make use of that code? Right now, i have a php file named email.php – not involved with wordpress in any way – that looks like this:
Email address:<br /> <form name="emailform" method="POST" action="email.php"> <input type="text" name="email"> <input type="submit" value="submit"> </form>It is submitting to itself. What code do I place in the top of the page to make it able to make use of the wp_create_user function?
Forum: Everything else WordPress
In reply to: API to add WP users?Hi there Halldorr
Did you find an answer for this? I am trying to do the exact same thing.
Forum: Fixing WordPress
In reply to: Users coming from google adsense and cookiesI hate to bump this, but does anyone know of this functionality? Client claims it happened automatically, buut I can’t find reference to it anywhere?