Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where
possible, so the numbers you see here may be lower than those reported by other tools.
Things that the plugin adds to the site. This section is not intended to be comprehensive.
The test tool only looks for a few specific types of added content.
Database Tables 8
wp_tfhb_attendees
wp_tfhb_availability
wp_tfhb_booking_meta
wp_tfhb_bookings
wp_tfhb_hosts
wp_tfhb_meetings
wp_tfhb_meta
wp_tfhb_transactions
Options wp_options3
tfhb_hydra_activation_date
tfhb_hydra_quick_setup
tfhb_update_status
Custom Post Types 2
ID
Name
tfhb_meeting
Meeting
tfhb_booking
Booking
Roles 1
ID
Name
tfhb_host
Hydra Host
Capabilities 8
tfhb_manage_options
tfhb_manage_dashboard
tfhb_manage_meetings
tfhb_manage_booking
tfhb_manage_settings
tfhb_manage_hosts
tfhb_manage_custom_availability
tfhb_manage_integrations
PHP Error Log 41 lines
[06-Feb-2025 12:43:14 UTC] WordPress database error Table 'wordpress.wp_tfhb_bookings' doesn't exist for query SELECT booking.*,
COALESCE(
JSON_ARRAYAGG(
JSON_OBJECT(
'id', attendee.id,
'booking_id', attendee.booking_id,
'meeting_id', attendee.meeting_id,
'hash', attendee.hash,
'attendee_time_zone', attendee.attendee_time_zone,
'attendee_name', attendee.attendee_name,
'email', attendee.email,
'address', attendee.address,
'others_info', attendee.others_info,
'country', attendee.country,
'ip_address', attendee.ip_address,
'device', attendee.device,
'cancelled_by', attendee.cancelled_by,
'status', attendee.status,
'reason', attendee.reason,
'payment_method', attendee.payment_method,
'payment_status', attendee.payment_status,
'created_at', attendee.created_at
)
),
JSON_ARRAY()
) AS attendees,
meeting.host_id,
meeting.title,
meeting.duration,
meeting.meeting_price,
meeting.payment_currency,
meeting.payment_status AS meeting_payment_status,
meeting.meeting_type,
host.first_name AS host_first_name,
host.last_name AS host_last_name,
host.email AS host_email,
host.time_zone AS host_time_zone
FROM wp_tfhb_bookings AS booking
LEFT JOIN wp_tfhb_attendees AS attendee ON booking.id = attendee.booking_id
INNER JOIN wp_tfhb_meetings As meeting ON meeting.id = booking.meeting_id
INNER JOIN wp_tfhb_hosts AS host ON host.id = booking.host_id AND booking.status = 'confirmed' AND booking.meeting_dates = '2025-02-06'GROUP BY booking.id ORDER BY booking.id DESC made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, THB_INIT->init, HydraBooking\Admin\Controller\ScheduleController->__construct, HydraBooking\Admin\Controller\ScheduleController->tfhb_after_booking_completed_schedule_callback, HydraBooking\DB\Booking->getBookingWithAttendees