Current Path: > home > codekrsu > > shopceylon.store > wp-content > plugins > code-snippets
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
assets | Directory | - | - | |
css | Directory | - | - | |
dist | Directory | - | - | |
js | Directory | - | - | |
php | Directory | - | - | |
vendor | Directory | - | - | |
CHANGELOG.md | File | 51495 bytes | February 14 2025 13:16:14. | |
code-snippets.php | File | 1838 bytes | February 14 2025 13:16:14. | |
license.txt | File | 18855 bytes | October 26 2022 11:43:12. | |
readme.txt | File | 16170 bytes | February 14 2025 13:16:14. | |
uninstall.php | File | 373 bytes | November 27 2024 21:28:50. |
<?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();
SILENT KILLER Tool