I need to know, which .php file in wordpress defines, that post information goes to MySQL and it is saved there ?
I need to know, which .php file in wordpress defines, that post information goes to MySQL and it is saved there ?
Lots of them. Which specific step in the process are you interested? The actual query? The processing of the "write new post" form?
Rather than hack a core file, you're better off using a filter. Take a look at the filter reference and you may find what you need there.
This topic has been closed to new replies.