mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 04:13:53 +02:00
parent
d5d2579594
commit
347b63c876
3 changed files with 210 additions and 210 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
// If uninstall, not called from WordPress, then exit
|
// If uninstall, not called from WordPress, then exit
|
||||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
||||||
exit();
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Define uninstall functionality here
|
// TODO: Define uninstall functionality here
|
Loading…
Reference in a new issue