I can't find in which table the askimet key is stored ? Looked at options.
I can't find in which table the askimet key is stored ? Looked at options.
Nobody knows ?
It is in the wp_options for each blog I would imagine.
What exactly are you trying do?
>It is in the wp_options for each blog I would imagine.
Well I have looked at wp_options but can't see it.
@delayedinsanity
I want to automate wordpress mu
http://reboltutorial.com/blog/automate-wordpress-mu/
when setting a new blog.
Nobody knows ?!!!
Bump
many people just hardcode the api in the plugin itself. But please read the licensing issues for Akismet with multiple blogs.
Thanks for the answer except I still don't know what to do :)
Andrea answered you. For the api key to be included automatically it's usually hardcoded into the plugin. Editing the plugin's file and putting the key right into the code. Hardcoded. Not in the database. IIRC, it's even in the Akismet plugin's readme.
However, there are licensing issue you need to sort out to do this.
The alternate approach is, yes, to add the key via the dashboard which in turn stores it in the database, likely each blog's options table.