File "functions.php"

Full path: /home/dora/public_html/wp-content/plugins/easy-wp-smtp/inc/deprecated/functions.php
File size: 258 bytes
MIME-type: --
Charset: utf-8

<?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');
}