pressbooks / pressbooks-stats

A Pressbooks plugin which provides some basic activity statistics for a Pressbooks network.
https://pressbooks.com
GNU General Public License v3.0
4 stars 2 forks source link

Respect custom database prefixes (and migrate data, if possible) #2

Closed greatislander closed 7 years ago

greatislander commented 7 years ago

Currently, this plugin hardcodes wp_ as the database prefix. It should be updated to use whatever the database prefix is for a given installation, and—if possible—should migrate wp_ prefixed data into the new prefix.

dac514 commented 7 years ago

In order to activate the migration you must disable then re-enable the plugin because the code is triggered in a register_activation_hook