File "shortcodes-slider.php"

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

<?php
function magone_shortcode_slider_display( $atts = array(), $content = "" ) {	
	return magone_article_box('slider', $atts, $content);
}