Current File : /home/kelaby89/muzza.fit/wp-content/themes/deadlift/vc_templates/wvc_product_index.php |
<?php
/**
* Product index WPBakery Page Builder Template
*
* The arguments are passed to the deadlift_posts hook so we can do whatever we want with it
*
* @package Deadlift/WPBakeryPageBuilder
* @version 1.8.2
*/
defined( 'ABSPATH' ) || exit;
/* retrieve shortcode attributes */
$atts = vc_map_get_attributes( $this->getShortcode(), $atts );
$atts['post_type'] = 'product';
/* hook passing VC arguments */
do_action( 'deadlift_posts', $atts );