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