extra price error issue fixed
This commit is contained in:
parent
a5481bb2f0
commit
c883a5c039
|
@ -181,7 +181,7 @@ if (get_post_type($eid) == 'mep_events') {
|
|||
|
||||
|
||||
echo "<ul class='event-custom-price'>";
|
||||
if(is_array($user_info) && sizeof($user_info > 0)){
|
||||
if(is_array($user_info) && sizeof($user_info) > 0){
|
||||
foreach($user_info as $userinf){
|
||||
?>
|
||||
<li><?php _e('Event Date','mage-eventpress'); ?>: <?php echo date('D, d M Y',strtotime($userinf['user_event_date'])); ?></li>
|
||||
|
|
Loading…
Reference in New Issue