Write settings to database? | Peter's Custom Anti-Spam for WordPress | Forum
Back to the custom anti-spam plugin page
Topic RSS
Write settings to database?
That's a good idea. When I start looking at the next version of the plugin (not sure when), I will consider this. I've been trying to strike a balance between pulling information from the file system (or directly in the same file) and from the database. Every database call requires additional work by the server, so maybe I can craft something whereby the settings are stored on the database but cached in a file.