Second Pass

This commit is contained in:
2026-01-13 15:37:46 +01:00
parent 4f21d10383
commit 61606fd793
24 changed files with 1516 additions and 0 deletions

16
uninstall.php Normal file
View File

@@ -0,0 +1,16 @@
<?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;
}