How to include blog title into wp_blogs table?

170 Views Asked by At

I wanted to insert the blog title into wp_blogs table upon signup. I can't find on the wp-signup.php file where should i do the insert.

1

There are 1 best solutions below

0
On

You don't need to modify a core file. You should use an appropriate hook for this. Take a look at Plugin API/Action Reference for more details. I think user_register will do the job