influece
Forum Replies Created
-
Forum: Plugins
In reply to: Passing vars on to a plugin?Nevermind, I just found out that you can retrieve all the data from the db.
Forum: Developing with WordPress
In reply to: Where does WP Post?Woah didn’t even know that existed. Thanks alot for all the support. I think I’ll manage from now.
Forum: Developing with WordPress
In reply to: Where does WP Post?No, I knew that, thanks anyway. What I mean is, which file contains the query that sends it all to the DB, when I submit a new post.
That way I can make my own query, and make WP execute them both.Forum: Developing with WordPress
In reply to: Where does WP Post?I still haven’t found it yet, any help is welcome and greatly appreciated.
Forum: Developing with WordPress
In reply to: Where does WP Post?Everything is set up correctly, I already got the authentication system working.
Forum: Developing with WordPress
In reply to: Where does WP Post?I realised my question was a little bit vague so let me try again: In which file does wordpress insert the data into the database after I clicked the PUBLISH button?
I looked at post.php in the includes folder, and tried pasting my code on line 641 (right after the first big INSERT query) and on line 1374 (right after the second big INSERT query) but neither of those worked. Its like the script doesn’t even get executed.