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

9 lines
125 B
PHP

<?php
add_action('mep_event_title','mep_ev_title');
function mep_ev_title(){
?>
<h2><?php the_title(); ?></h2>
<?php
}