WordPress / wp-autoupdates

Feature plugin building a UI for opting-in to plugin, theme, and core auto-updates.
https://wordpress.org/plugins/wp-autoupdates/
GNU General Public License v2.0
56 stars 18 forks source link

Copy the plugin's site options to core's site options on self-deactivation #133

Closed pbiron closed 4 years ago

pbiron commented 4 years ago

This is a follow-up to #123.

azaozz commented 4 years ago

This is a "courtesy fix" for the people that test(ed) the plugin, kind of "nice to do" :)

Can probably check if the old options are not empty before merging them with the new. Other than that looks good.