oont-contents/plugins/wt-woocommerce-related-products/uninstall.php
2025-02-08 15:10:23 +01:00

13 lines
227 B
PHP

<?php
/**
* Fired when the plugin is uninstalled.
* @since 1.0.0
*
* @package Custom_Related_Products
*/
// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}