Hooking install_blog_defaults
-
Hi Guys,
I want to hook/override the function “install_blog_defaults”, because I want to disable the “Hello World!” post and comment that are automatically created as soon as a new blog is created.
I’m running the WordPress 2.9.2 and I know that this function is called to create the first post, comment and links.
Can someone help me to hook/override this function?
function install_blog_defaults($blog_id, $user_id) { … }It’s inside the wpmu-functions.php file.
Thank you!
- The topic ‘Hooking install_blog_defaults’ is closed to new replies.