Page is a not externally linkable
- Code, Content, and Presentation
-- WordPress
---- Tips on Cleaning Up Wordpress Database Tables


tlainevool - 2:42 am on Oct 18, 2012 (gmt 0)


1. Is there a slice of PHP/code that I can look for in any plugin that would help me identify what fields the plugin is inserting or has inserted?


You can look for "update_option" and "add_option" in the plugin code. Those are the standard ways for WP plugins to insert values into the options table. Hopefully no plugins are doing direct inserts.


Thread source:: http://www.webmasterworld.com/wordpress/4491630.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com