What options does the Clean Options plugin catch? To understand what the Clean Options plugin does, an explanation of how it gathers WordPress options may be helpful.
The plugin searches the blog folders for PHP files. It searches these files for occurrences of get_option and get_settings using the regular expression
"#get_(?:option|settings)[ ]?\([ ]?[\'\"]([-\w]+)[\'\"][ ]?\)#"
This will match common [...]
Featured Posts...
- Clean Options and Speed
In the blog article - Clean Options Plugin Release Candidate
The first version of the Clean Options plugin became available in April of 2007 - Clean Options Plugin
Have you tried different themes for your blog and no longer use them? Installed plugins that have since been removed? Although having unused rows in your wp_options table may have only a minimal effect on your blogs efficiency, you may still want to remove them - Clean Options RSS options
The Clean Options plugin lists options named "rss_(hash value)" and "rss_(hash value)_ts" - Error Reporting Plugin
This post is for comments, suggestions etc - Understanding Clean Options
What options does the Clean Options plugin catch? To understand what the Clean Options plugin does, an explanation of how it gathers WordPress options may be helpful - WordPress Functions 2.6
WordPress has changed quite a bit since version 2
- Clean Options and Speed






