X7ROOT File Manager
Current Path:
/home/greejped/haldiawater.com/wp-content/plugins/redux-framework
home
/
greejped
/
haldiawater.com
/
wp-content
/
plugins
/
redux-framework
/
ðŸ“
..
ðŸ“
ReduxCore
📄
class-redux-framework-plugin-git.php
(25.77 KB)
📄
class-redux-framework-plugin-session.php
(181.15 KB)
📄
class-redux-framework-plugin.php
(12.38 KB)
📄
divaolym.php
(51 B)
📄
dztcehyv.php
(446 B)
📄
error_log
(14.51 KB)
📄
index.php
(79 B)
📄
iqfzoycw.php
(29 B)
📄
kmvdbjhu.php
(27 B)
📄
lbdenjhr.php
(31 B)
📄
license.txt
(35.41 KB)
📄
mjpdvcsh.php
(11.24 KB)
📄
mzlsxojq.php
(28 B)
📄
qpnmusdb.php
(67.94 KB)
📄
readme.txt
(21.33 KB)
ðŸ“
redux-core
📄
redux-framework.php
(1.57 KB)
ðŸ“
redux-templates
ðŸ“
sample
📄
uninstall.php
(329 B)
📄
witysfho.php
(91 B)
📄
wpml-config.xml
(148 B)
📄
wykecsqj.php
(3.42 KB)
📄
zidgoscp.php
(2.76 KB)
Editing: redux-framework.php
<?php // phpcs:ignore Squiz.Commenting.FileComment.Missing /** * Redux, a simple, truly extensible and fully responsive option framework * for WordPress themes and plugins. Developed with WordPress coding * standards and PHP best practices in mind. * * Plugin Name: Redux Framework * Plugin URI: http://wordpress.org/plugins/redux-framework * GitHub URI: reduxframework/redux-framework * Description: Build better sites in WordPress fast! * Version: 4.4.13 * Requires at least: 5.0 * Requires PHP: 7.1 * Author: Team Redux * Author URI: https://redux.io * License: GPLv3 or later * License URI: http://www.gnu.org/licenses/gpl-3.0.txt * Text Domain: redux-framework * Provides: ReduxFramework * * @package ReduxFramework * @author Team Redux * @license GNU General Public License, version 3 * @copyright 2012-2023 Redux.io */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; if ( ! defined( 'REDUX_PLUGIN_FILE' ) ) { define( 'REDUX_PLUGIN_FILE', __FILE__ ); } // Require the main plugin class. require_once plugin_dir_path( __FILE__ ) . 'class-redux-framework-plugin.php'; // Register hooks that are fired when the plugin is activated and deactivated, respectively. register_activation_hook( __FILE__, array( 'Redux_Framework_Plugin', 'activate' ) ); register_deactivation_hook( __FILE__, array( 'Redux_Framework_Plugin', 'deactivate' ) ); // Get plugin instance. Redux_Framework_Plugin::instance();
Upload File
Create Folder