Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
js_composer
/
include
/
templates
/
shortcodes
:
vc_gitem_post_categories.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Shortcode attributes * @var $atts * Shortcode class * @var WPBakeryShortCode_Vc_Gitem_Post_Categories $this */ $atts = vc_map_get_attributes( $this->getShortcode(), $atts ); return '{{ post_categories:' . http_build_query( array( 'atts' => $atts ) ) . ' }}';