File manager - Edit - /home/premiey/www/wp-includes/images/media/entities.tar
Back
class-scheme.php 0000666 00000001341 15165641031 0007631 0 ustar 00 <?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 $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'; } class-button.php 0000666 00000002150 15165641031 0007677 0 ustar 00 <?php namespace QuadLayers\QLWAPP\Entities; use QuadLayers\WP_Orm\Entity\SingleEntity; class Button extends SingleEntity { public $layout = 'button'; public $box = 'no'; public $position = 'bottom-right'; public $text = ''; public $message = ''; public $icon = 'qlwapp-whatsapp-icon'; public $type = 'phone'; public $phone = QLWAPP_PHONE_NUMBER; public $group = ''; public $developer = 'no'; public $rounded = 'yes'; public $timefrom = '00:00'; public $timeto = '00:00'; public $timedays = array(); public $timezone = ''; public $visibility = 'readonly'; public $timeout = 'readonly'; public $animation_name = ''; public $animation_delay = ''; public function __construct() { $this->text = esc_html__( 'How can I help you?', 'wp-whatsapp-chat' ); $this->message = sprintf( esc_html__( 'Hello! I\'m testing the %1$s plugin %2$s', 'wp-whatsapp-chat' ), QLWAPP_PLUGIN_NAME, QLWAPP_LANDING_URL ); $this->timezone = qlwapp_get_timezone_current(); } } class-settings.php 0000666 00000000564 15165641031 0010233 0 ustar 00 <?php namespace QuadLayers\QLWAPP\Entities; use QuadLayers\WP_Orm\Entity\SingleEntity; class Settings extends SingleEntity { public $googleAnalytics = 'disable'; public $googleAnalyticsScript = 'no'; public $googleAnalyticsV3Id = ''; public $googleAnalyticsV4Id = ''; public $googleAnalyticsLabel = ''; public $googleAnalyticsCategory = ''; } class-contact.php 0000666 00000002417 15165641031 0010025 0 ustar 00 <?php namespace QuadLayers\QLWAPP\Entities; use QuadLayers\WP_Orm\Entity\CollectionEntity; use QuadLayers\QLWAPP\Services\Entity_Options; class Contact extends CollectionEntity { public static $primaryKey = 'id'; //phpcs:ignore public $id = 0; public $order = 1; public $active = 1; public $chat = 1; public $auto_open = 0; public $avatar = 'https://www.gravatar.com/avatar/00000000000000000000000000000000'; public $type = 'phone'; public $phone = ''; public $group = ''; public $firstname = 'John'; public $lastname = 'Doe'; public $label; public $message; public $timefrom = '00:00'; public $timeto = '00:00'; public $timezone; public $visibility = 'readonly'; public $timeout = 'readonly'; public $timedays = array(); public $display; public function __construct() { $this->label = esc_html__( 'Support', 'wp-whatsapp-chat' ); $this->message = sprintf( esc_html__( 'Hello! I\'m testing the %1$s plugin %2$s', 'wp-whatsapp-chat' ), QLWAPP_PLUGIN_NAME, QLWAPP_LANDING_URL ); $this->timezone = qlwapp_get_timezone_current(); $entity_options = Entity_Options::instance(); $this->display = $entity_options->get_args(); } } class-box.php 0000666 00000001463 15165641031 0007162 0 ustar 00 <?php namespace QuadLayers\QLWAPP\Entities; use QuadLayers\WP_Orm\Entity\SingleEntity; class Box extends SingleEntity { public $enable = 'yes'; public $auto_open = 'no'; public $auto_delay_open = 1000; public $lazy_load = 'no'; public $header = '<h3 style=" font-size: 26px; font-weight: bold; margin: 0 0 0.25em 0; ">Hello!</h3> <p style=" font-size: 14px; ">Click one of our contacts below to chat on WhatsApp</p>'; public $footer = '<p style="text-align: start;">Social Chat is free, download and try it now <a target="_blank" href="' . QLWAPP_LANDING_URL . '">here!</a></p>'; public $response; public function __construct() { $this->response = esc_html__( 'Write a response', 'wp-whatsapp-chat' ); } } class-woocommerce.php 0000666 00000002254 15165641031 0010710 0 ustar 00 <?php namespace QuadLayers\QLWAPP\Entities; use QuadLayers\WP_Orm\Entity\SingleEntity; class WooCommerce extends SingleEntity { public $layout = 'button'; public $box = 'no'; public $position = 'none'; public $text = ''; public $message = ''; public $icon = 'qlwapp-whatsapp-icon'; public $type = 'phone'; public $phone = QLWAPP_PHONE_NUMBER; public $group = ''; public $developer = 'no'; public $rounded = 'yes'; public $timefrom = '00:00'; public $timeto = '00:00'; public $timedays = array(); public $timezone = ''; public $visibility = 'readonly'; public $timeout = 'readonly'; public $animation_name = ''; public $animation_delay = ''; public $position_priority = 10; public function __construct() { $this->text = esc_html__( 'How can I help you?', 'wp-whatsapp-chat' ); $this->message = sprintf( esc_html__( 'Hello! I\'m testing the %1$s plugin %2$s', 'wp-whatsapp-chat' ), QLWAPP_PLUGIN_NAME, QLWAPP_LANDING_URL ); $this->timezone = qlwapp_get_timezone_current(); } } class-display.php 0000666 00000001033 15165641031 0010030 0 ustar 00 <?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']; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings