samchng
Member
Posted 18 years ago #
Anyone has an idea where can I find the area where the options for example wp_6_options are declared in the database?? (Number 6 being the blog_id it can vary)
I am thinking of declaring a new "option_name" upon new blog creation besides the current option_name that includes blogname, blogdescription etc. in that table.
inmaculada
Member
Posted 18 years ago #
hi samchng! i need do that too. i would like to modify the wpmu code for add a new field in wp-signups table but i don't know how do it!
inmaculada
Member
Posted 18 years ago #
i get it!!add your new field in $wp-queries upgrade-schema.php. dbDelta function in upgrade-functions.php file use $wp-queries in order to create the data base.