File "shortcodes-dropcap.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/themes/magone/includes/shortcodes/shortcodes-dropcap.php
File size: 195 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
function magone_shortcode_dropcap_display( $atts = array(), $content = "" ) {
if ($content) {
return '<span class="dropcap color firstcharacter">'.do_shortcode($content).'</span>';
}
}