tribe_events_virtual_uninstall()
Handles the removal of PUE-related options when the plugin is uninstalled.
Source
File: src/functions/load.php
function tribe_events_virtual_uninstall() {
$slug = 'events_virtual';
delete_option( 'pue_install_key_' . $slug );
delete_option( 'pu_dismissed_upgrade_' . $slug );
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |