PATH:
home
/
ediuae
/
alasadtourismllc.com
/
wp-content
/
plugins
/
redux-framework
<?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.
[-] class-redux-framework-plugin.php
[edit]
[+]
..
[-] license.txt
[edit]
[-] wpml-config.xml
[edit]
[+]
redux-core
[+]
redux-templates
[+]
ReduxCore
[+]
sample
[-] index.php
[edit]
[-] uninstall.php
[edit]
[-] readme.txt
[edit]
[-] redux-framework.php
[edit]