| /home/xdxuekl/www/wp-content/plugins/quart-core/shortcodes/social-share/templates/ |
| Current File : /home/xdxuekl/www/wp-content/plugins/quart-core/shortcodes/social-share/templates/text.php |
<div class="mkdf-social-share-holder mkdf-text">
<?php if ( ! empty( $title ) ) { ?>
<h5 class="mkdf-social-title"><?php echo esc_html( $title ); ?></h5>
<?php } ?>
<ul>
<?php foreach ( $networks as $net ) {
echo wp_kses( $net, array(
'li' => array(
'class' => true
),
'a' => array(
'itemprop' => true,
'class' => true,
'href' => true,
'target' => true,
'onclick' => true
),
'span' => array(
'class' => true
)
) );
} ?>
</ul>
</div>