File: /var/www/html/onlineshop/wp-content/plugins/mailpoet/views/deactivationPoll/link-poll.html
<?php
/**
* Product index Visual Composer template
*
* The arguments are passed to the decibel_posts hook so we can do whatever we want with it
*
* @author WolfThemes
* @category Core
* @package %PACKAGENAME%/Templates
* @version 3.0.1
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/* retrieve shortcode attributes */
$atts = vc_map_get_attributes( $this->getShortcode(), $atts );
$atts['post_type'] = 'product';
/* hook passing VC arguments */
do_action( 'decibel_posts', $atts );