eventsmanager icon

Custom hook for WP-Admin Events bookings summary

eventsmanager | PRO | 01/30/25 09:09:20 AM UTC | 0 ⭐ | 333 👁️ | Never ⏰ | []
text |

200 B

|

None

|

0 👍

/

0 👎

<?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);

Comments