Files
PartnerExpo-Core/uninstall.php
2026-01-13 15:37:46 +01:00

17 lines
373 B
PHP

<?php
/**
* For more information, see the following discussion:
* https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/pull/123#issuecomment-28541913
*
* @link https://github.com/Duskell
* @since 1.0.0
*
* @package Partnerexpo_Core
*/
// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}