at path:
ROOT
/
wp-content
/
plugins
/
code-snippets
/
uninstall.php
run:
R
W
Run
assets
DIR
2026-06-16 01:07:15
R
W
Run
css
DIR
2026-06-16 01:07:15
R
W
Run
dist
DIR
2026-06-16 01:07:15
R
W
Run
js
DIR
2026-06-16 01:07:15
R
W
Run
php
DIR
2026-06-16 01:07:15
R
W
Run
vendor
DIR
2026-06-21 08:49:51
R
W
Run
CHANGELOG.md
50.29 KB
2026-06-16 01:07:15
R
W
Run
Delete
Rename
code-snippets.php
1.79 KB
2026-06-16 01:07:15
R
W
Run
Delete
Rename
license.txt
18.41 KB
2026-06-16 01:07:15
R
W
Run
Delete
Rename
readme.txt
15.79 KB
2026-06-16 01:07:15
R
W
Run
Delete
Rename
uninstall.php
373 By
2026-06-16 01:07:15
R
W
Run
Delete
Rename
error_log
up
📄
uninstall.php
Save
<?php /** * Cleans up data created by this plugin * * @package Code_Snippets * @since 2.0.0 */ namespace Code_Snippets\Uninstall; // Ensure this plugin is actually being uninstalled. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) || ( defined( 'CODE_SNIPPETS_PRO' ) && CODE_SNIPPETS_PRO ) ) { return; } require_once __DIR__ . '/php/uninstall.php'; uninstall_plugin();