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