golden hour
/home/godaofbq/oxyrevive.com/wp-content/plugins/code-snippets
⬆️ Go Up
Upload
File/Folder
Size
Actions
CHANGELOG.md
39.44 KB
Del
OK
assets
-
Del
OK
code-snippets.php
1.8 KB
Del
OK
css
-
Del
OK
dist
-
Del
OK
js
-
Del
OK
license.txt
18.41 KB
Del
OK
php
-
Del
OK
readme.txt
14.15 KB
Del
OK
uninstall.php
369 B
Del
OK
vendor
-
Del
OK
Edit: uninstall.php
<?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();
Save