[wp-hackers] Using WP cron from mu-plugins
John Blackbourn
johnbillion+wp at gmail.com
Thu Aug 23 17:04:50 UTC 2012
On 23 August 2012 18:04, John Blackbourn <johnbillion+wp at gmail.com> wrote:
> On 23 August 2012 18:01, Harry Metcalfe <harry at dxw.com> wrote:
>> Hmm -- won't that run for every admin request?
>
> Yep, that's why you use the "plugin_db_version" option to effectively
> store your plugin's database structure version and only run its
> upgrade/install routine when you bump it.
And of course by "plugin_db_version" I mean "{your_plugin_name}_db_version".
More information about the wp-hackers
mailing list