File "shortcodes-one.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/themes/magone/includes/shortcodes/shortcodes-one.php
File size: 134 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
function magone_shortcode_one_display( $atts = array(), $content = "" ) {
return magone_article_box('one', $atts, $content);
}