PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
js_composer
/
config
/
grids
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } require_once dirname( __FILE__ ) . '/class-vc-grids-common.php'; $masonryGridParams = VcGridsCommon::getMasonryCommonAtts(); return array( 'name' => esc_html__( 'Post Masonry Grid', 'js_composer' ), 'base' => 'vc_masonry_grid', 'icon' => 'vc_icon-vc-masonry-grid', 'category' => esc_html__( 'Content', 'js_composer' ), 'description' => esc_html__( 'Posts, pages or custom posts in masonry grid', 'js_composer' ), 'params' => $masonryGridParams, );
[+]
..
[-] shortcode-vc-media-grid.php
[edit]
[-] shortcode-vc-basic-grid.php
[edit]
[-] class-vc-grids-common.php
[edit]
[-] shortcode-vc-masonry-grid.php
[edit]
[-] vc-grids-functions.php
[edit]
[-] shortcode-vc-masonry-media-grid.php
[edit]