HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/LinkersIT.com/wp-content/plugins/wp-whatsapp-chat/lib/entities/class-scheme.php
<?php
namespace QuadLayers\QLWAPP\Entities;

use QuadLayers\WP_Orm\Entity\SingleEntity;

class Scheme extends SingleEntity {
	public $font_family                = 'inherit';
	public $font_size                  = '18';
	public $icon_size                  = '60';
	public $icon_font_size             = '24';
	public $box_max_height             = '400';
	public $brand                      = '';
	public $text                       = '';
	public $link                       = '';
	public $message                    = '';
	public $label                      = '';
	public $name                       = '';
	public $contact_role_color         = '';
	public $contact_name_color         = '';
	public $contact_availability_color = '';
	public $box_message_word_break     = 'break-all';
}