[Plugin: Events Manager] Remove cancelled events from tables
-
I don’t want the user to be able to see events they’ve already cancelled. I’ve tried to do this in my-bookings.php by adding the following php, but it doesn’t work:
<?php if ($EM_Booking->status != 3) ?> <tr> ..... </tr> <?php endif; ?>
But this causes the entire table to mysteriously disappear ?? Hah. If someone knows how please let me know!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Events Manager] Remove cancelled events from tables’ is closed to new replies.