BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
CTR
/
wp-content
/
plugins
/
js_composer
/
include
/
templates
/
shortcodes
📤 Upload
📝 New File
📁 New Folder
Close
Editing: vc_gitem_image.php
<?php /** * The template for displaying [vc_gitem_image] shortcode of output. * * This template can be overridden by copying it to yourtheme/vc_templates/vc_gitem_image.php. * * @see https://kb.wpbakery.com/docs/developers-how-tos/change-shortcodes-html-output */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } return '{{ featured_image: ' . http_build_query( $atts ) . ' }}';
Save
Cancel