mage-eventpress/templates/template-prts/social_share.php

11 lines
229 B
PHP
Raw Normal View History

2018-07-02 05:44:24 -04:00
<?php
add_action('mep_event_social_share','mep_ev_social_share');
function mep_ev_social_share(){
?>
<div class="mep-event-meta">
<?php _e('Share This Event:','mep'); ?> <?php mep_social_share(); ?>
</div>
<?php
}