prefix . "apt_appointments"; $staff_table = $wpdb->prefix . "apt_staff"; $clients_table = $wpdb->prefix . "apt_clients"; $payment_table = $wpdb->prefix . "apt_payment"; $services_table = $wpdb->prefix . "apt_services"; ?>