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 62 lines
[01-Jan-2025 10:05:40 UTC] WordPress database error Unknown column 'wp_tfhb_bookings.attendee_name' in 'field list' for query SELECT
wp_tfhb_bookings.id,
wp_tfhb_bookings.host_id,
wp_tfhb_bookings.meeting_id,
wp_tfhb_bookings.attendee_name,
wp_tfhb_bookings.email AS attendee_email,
wp_tfhb_bookings.attendee_time_zone AS attendee_time_zone,
wp_tfhb_bookings.address,
wp_tfhb_bookings.meeting_dates,
wp_tfhb_bookings.start_time,
wp_tfhb_bookings.end_time,
wp_tfhb_bookings.status AS booking_status,
wp_tfhb_bookings.payment_status AS payment_status,
wp_tfhb_bookings.created_at AS booking_created_at,
wp_tfhb_meetings.host_id,
wp_tfhb_meetings.title,
wp_tfhb_meetings.duration,
wp_tfhb_bookings.meeting_locations,
wp_tfhb_meetings.meeting_price,
wp_tfhb_meetings.payment_currency,
wp_tfhb_meetings.payment_status AS meeting_payment_status,
wp_tfhb_meetings.meeting_type,
wp_tfhb_hosts.first_name AS host_first_name,
wp_tfhb_hosts.last_name AS host_last_name,
wp_tfhb_hosts.email AS host_email,
wp_tfhb_hosts.time_zone AS host_time_zone
FROM wp_tfhb_bookings
INNER JOIN wp_tfhb_meetings
ON wp_tfhb_bookings.meeting_id=wp_tfhb_meetings.id
INNER JOIN wp_tfhb_hosts
ON wp_tfhb_meetings.host_id=wp_tfhb_hosts.id WHERE meeting_dates >= '2025-01-01 23:59:59' ORDER BY meeting_dates ASC LIMIT 5 made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, HydraBooking\Admin\Controller\DashboardController->getDashboardsData, HydraBooking\DB\Booking->get
[01-Jan-2025 10:05:40 UTC] WordPress database error Unknown column 'wp_tfhb_bookings.attendee_name' in 'field list' for query SELECT
wp_tfhb_bookings.id,
wp_tfhb_bookings.host_id,
wp_tfhb_bookings.meeting_id,
wp_tfhb_bookings.attendee_name,
wp_tfhb_bookings.email AS attendee_email,
wp_tfhb_bookings.attendee_time_zone AS attendee_time_zone,
wp_tfhb_bookings.address,
wp_tfhb_bookings.meeting_dates,
wp_tfhb_bookings.start_time,
wp_tfhb_bookings.end_time,
wp_tfhb_bookings.status AS booking_status,
wp_tfhb_bookings.payment_status AS payment_status,
wp_tfhb_bookings.created_at AS booking_created_at,
wp_tfhb_meetings.host_id,
wp_tfhb_meetings.title,
wp_tfhb_meetings.duration,
wp_tfhb_bookings.meeting_locations,
wp_tfhb_meetings.meeting_price,
wp_tfhb_meetings.payment_currency,
wp_tfhb_meetings.payment_status AS meeting_payment_status,
wp_tfhb_meetings.meeting_type,
wp_tfhb_hosts.first_name AS host_first_name,
wp_tfhb_hosts.last_name AS host_last_name,
wp_tfhb_hosts.email AS host_email,
wp_tfhb_hosts.time_zone AS host_time_zone
FROM wp_tfhb_bookings
INNER JOIN wp_tfhb_meetings
ON wp_tfhb_bookings.meeting_id=wp_tfhb_meetings.id
INNER JOIN wp_tfhb_hosts
ON wp_tfhb_meetings.host_id=wp_tfhb_hosts.id ORDER BY booking_created_at DESC LIMIT 5 made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, HydraBooking\Admin\Controller\DashboardController->getDashboardsData, HydraBooking\DB\Booking->get