File "shortcodes-carousel.php"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/themes/magone/includes/shortcodes/shortcodes-carousel.php
File size: 144 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

function magone_shortcode_carousel_display( $atts = array(), $content = "" ) {
	return magone_article_box('carousel', $atts, $content);
}