Tagged Questions
1
vote
1answer
812 views
Insert post in another database
I have developed a custom script that uses wp_insert_post to create new posts, however i'd like to use similar code to create the same data in another wp database.
Could be this done on the fly before ...