[wp-hackers] Plugins using hardcoded table prefix

Dave Cohen cohen.dave at gmail.com
Mon Mar 21 06:47:40 GMT 2005


Just a plea from someone who has to support many WP installs.  When
creating a plugin, please don't hardcode the WP table prefix, rather
get the configured value of the table prefix ($table_prefix) and build
off of that.  Its a nice standard to use and I've seen a few times
when someone blows away another's settings because of this.

-- 
Best Regards,
Dave Cohen


More information about the wp-hackers mailing list