2015-05-27, 12:55 PM
What I did for a plugin was include a hook to admin_config_plugins_begin and run my function there that updates the plugin. You can make the page easily accessible by linking to it in the plugin description field.
This is an example of how one of my plugins uses it: https://github.com/dragonexpert/Advanced...y.php#L177
This is an example of how one of my plugins uses it: https://github.com/dragonexpert/Advanced...y.php#L177