📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 06:50:28
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
redux-framework
✏️
Editing: uninstall.php
<?php /** * Fired when the plugin is uninstalled. * * @package ReduxFramework\Uninstall * @author Dovy Paukstys <info@simplerain.com> * @since 3.0.0 */ // If uninstall, not called from WordPress, then exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // TODO: Define uninstall functionality here.
💾 Save Changes
❌ Cancel