<?php // if uninstall.php is not called by WordPress, die if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { die; } if ( ! defined( 'BREEZE_PLUGIN_DIR' ) ) { define( 'BREEZE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); } // Helper functions. require_once BREEZE_PLUGIN_DIR . 'inc/helpers.php'; require_once BREEZE_PLUGIN_DIR . 'inc/functions.php'; require_once( BREEZE_PLUGIN_DIR . 'inc/breeze-configuration.php' ); //config to cache require_once( BREEZE_PLUGIN_DIR . 'inc/cache/config-cache.php' ); // Load Store Local Files class. require_once( BREEZE_PLUGIN_DIR . 'inc/class-breeze-store-files-locally.php' ); require_once( BREEZE_PLUGIN_DIR . 'inc/breeze-admin.php' ); Breeze_Admin::plugin_uninstall_hook();
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
assets | Folder | 0755 |
|
|
inc | Folder | 0755 |
|
|
languages | Folder | 0755 |
|
|
vendor | Folder | 0755 |
|
|
vendor-extra | Folder | 0755 |
|
|
views | Folder | 0755 |
|
|
breeze.php | File | 25.32 KB | 0644 |
|
composer.json | File | 70 B | 0644 |
|
readme.txt | File | 26.55 KB | 0644 |
|
uninstall.php | File | 710 B | 0644 |
|