Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- function admin_bookings( $EM_Event ){
- ?>
- <p>
- <strong>Ticket Test:</strong> Demo
- </p>
- <?php
- }
- add_action('em_admin_event_booking_after_availibility', 'admin_bookings', 100, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement