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

9 lines
125 B
PHP
Raw Normal View History

2018-07-02 05:44:24 -04:00
<?php
add_action('mep_event_title','mep_ev_title');
function mep_ev_title(){
?>
<h2><?php the_title(); ?></h2>
<?php
}