Files
2026-04-28 15:13:50 +02:00

8 lines
258 B
PHP

<?php
function swpsmtp_uninstall() {
// Don't delete plugin options. It is better to retain the options so if someone accidentally deactivates, the configuration is not lost.
//delete_site_option('swpsmtp_options');
//delete_option('swpsmtp_options');
}