golden hour
/home/phakp/public_html/wp-content/plugins/tc-logo-slider
⬆️ Go Up
Upload
File/Folder
Size
Actions
LICENSE.txt
17.67 KB
Del
OK
assets
-
Del
OK
index.php
0 B
Del
OK
lib
-
Del
OK
public
-
Del
OK
readme.txt
6.95 KB
Del
OK
tc-logo-slider.php
3.67 KB
Del
OK
uninstall.php
258 B
Del
OK
vendors
-
Del
OK
Edit: uninstall.php
<?php /** * Fired when the plugin is uninstalled. * * @link http://themescode.com * @since 1.0.0 * * @package TC Logo Slider */ // If uninstall not called from WordPress, then exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }
Save