PATH:
home
/
letacommog
/
morandas1
/
wp-content
/
plugins
/
wp-whatsapp-chat
/
includes
/
models
<?php include_once(QLWAPP_PLUGIN_DIR . 'includes/models/Display_Component.php'); class QLWAPP_Display extends QLWAPP_Model { protected $table = 'display'; // Entries and Taxonomies = array of Display_Component function get_args() { $display_component_model = new Display_Component(); return $display_component_model->get_args(); } function save($display_data = NULL) { return parent::save_data($this->table, $display_data); } }
[+]
..
[-] Chat.php
[edit]
[-] Contact.php
[edit]
[-] Scheme.php
[edit]
[-] Suggestions.php
[edit]
[-] Display_Component.php
[edit]
[-] Button.php
[edit]
[-] Box.php
[edit]
[-] Display.php
[edit]
[-] Welcome.php
[edit]
[-] License.php
[edit]
[-] QLWAPP_Model.php
[edit]