The user-register tag has no wiki summary.
0
votes
2answers
27 views
Create a post with user_register doesn't create title
I've got my user registration to automatically create a post with the user_register hook however the title shows up as (no title) can someone help me with what I'm doing wrong here?
...
2
votes
1answer
463 views
Create posts on user registration
How can I create let say 3 posts after the user finish the registration ?
The ideal outcome would be to create 3 posts using the user as the author of the posts and with some pre-defined values. ...
1
vote
1answer
62 views
Does the user_register change in multisite?
I've created a function that automatically creates a new post for people when they register. It works great on a standard site but in multisite it stops working. I've spent hours trying to debug it. ...