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
{{ message }}
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.
// If uninstall not called from Wordpress, exit file.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
//delete options only, all other data can be deleted in the option page. We don't want the user to lose hours of time setting markers after "accidentally" deleting the plugin.