PATH:
home
/
letacommog
/
morandas1
/
wp-content
/
plugins
/
wp-whatsapp-chat
/
includes
/
models
<?php include_once (QLWAPP_PLUGIN_DIR . 'includes/models/QLWAPP_Model.php'); class QLWAPP_Scheme extends QLWAPP_Model { protected $table = 'scheme'; function get_args() { $args = array( 'brand' => '', 'text' => '', 'link' => '', 'message' => '', 'label' => '', 'name' => '', ); return $args; } function save($scheme = NULL) { return parent::save_data($this->table, $scheme); } }
[+]
..
[-] 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]