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-display.php
<?php
namespace QuadLayers\QLWAPP\Entities;

use QuadLayers\WP_Orm\Entity\SingleEntity;
use QuadLayers\QLWAPP\Services\Entity_Options;

class Display extends SingleEntity {
	public $devices;
	public $entries;
	public $taxonomies;
	public $target;


	public function __construct() {

		$entity_options = Entity_Options::instance();

		$args = $entity_options->get_args();

		$this->devices    = $args['devices'];
		$this->entries    = $args['entries'];
		$this->taxonomies = $args['taxonomies'];
		$this->target     = $args['target'];
	}
}