- Summary
Dashboard
Edit Event';
}
// View public event page
echo 'View Public Page';
// Email attendees link (future feature)
if ( current_user_can( 'edit_post', $event_id ) ) {
// TODO: Link to actual Email Attendees page when implemented (Phase 2)
$email_url = '#'; // Placeholder for now
echo 'Email Attendees';
}
?>
Event Overview
| Date & Time: | |
|---|---|
| Status: | |
| Cost: | |
| Venue: | |
| Organizer: |
Event Statistics
Total Tickets
Total Revenue
$
$
Ticket Sales & Attendees
| Attendee | Ticket Type | Price | Order ID | Checked In | |
|---|---|---|---|---|---|
| $ |
No ticket sales or attendees found for this event.