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