You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core library adds a "Remove all plugin data on uninstall" setting on the settings page, even though the plugin might not actually hook register_uninstall_hook() or contain a uninstall.php file. When checked, users can expect the plugin data being removed on uninstall, while nothing will be removed if there are no uninstall methods implemented.
The core library adds a "Remove all plugin data on uninstall" setting on the settings page, even though the plugin might not actually hook
register_uninstall_hook()
or contain auninstall.php
file. When checked, users can expect the plugin data being removed on uninstall, while nothing will be removed if there are no uninstall methods implemented.wp-pay-core/src/Settings.php
Lines 68 to 75 in 6bb8284
wp-pay-core/src/Admin/AdminSettings.php
Lines 73 to 87 in 6bb8284
The text was updated successfully, but these errors were encountered: