File "vc_gitem_post_categories.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php
File size: 327 bytes
MIME-type: text/x-php
Charset: utf-8

<?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 ) ) . ' }}';