PATH:
home
/
letacommog
/
laindinois
/
OLD
/
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
[+]
..
[-] wpml-config.xml
[edit]
[+]
ReduxCore
[-] index.php
[edit]
[-] class.redux-plugin.php
[edit]
[-] README.md
[edit]
[-] Gruntfile.js
[edit]
[-] composer.json
[edit]
[-] redux-framework.php
[edit]
[+]
sample
[-] readme.txt
[edit]
[-] CODE_OF_CONDUCT.md
[edit]
[-] .gitattributes
[edit]
[-] uninstall.php
[edit]
[-] .jshintrc
[edit]
[-] license.txt
[edit]
[-] package.json
[edit]
[-] CHANGELOG.md
[edit]