PATH:
home
/
letacommog
/
morandas1
/
wp-content
/
plugins
/
wp-whatsapp-chat
/
includes
/
view
/
backend
/
pages
<div class="wrap about-wrap full-width-layout qlwrap"> <form id="qlwapp_box_form" method="post" action="options.php"> <table class="form-table"> <tbody> <tr> <th scope="row"><?php esc_html_e('Disable', 'wp-whatsapp-chat'); ?></th> <td> <select name="enable" class="qlwapp-select2"> <option value="yes" <?php selected($box['enable'], 'yes'); ?>><?php esc_html_e('Enable contact box', 'wp-whatsapp-chat'); ?></option> <option value="no" <?php selected($box['enable'], 'no'); ?>><?php esc_html_e('Disable contact box', 'wp-whatsapp-chat'); ?></option> </select> </td> </tr> <tr> <th scope="row"><?php esc_html_e('Header', 'wp-whatsapp-chat'); ?></th> <td> <?php wp_editor($box['header'], 'qlwapp_box_header', array('editor_height' => 100, 'textarea_name' => 'header', 'tinymce' => array('init_instance_callback' => 'function(editor) { editor.on("change", function(e){jQuery(document).trigger("tinymce_change");}); }'))); ?> </td> </tr> <tr> <th scope="row"><?php esc_html_e('Footer', 'wp-whatsapp-chat'); ?></th> <td> <?php //wp_editor($box['footer'], 'qlwapp_box_footer', array('editor_height' => 50, 'textarea_name' => 'footer')); ?> <?php wp_editor($box['footer'], 'qlwapp_box_footer', array('editor_height' => 50, 'textarea_name' => 'footer', 'tinymce' => array('init_instance_callback' => 'function(editor) { editor.on("change", function(){jQuery(document).trigger("tinymce_change");}); }'))); ?> </td> </tr> <tr> <th scope="row"><?php esc_html_e('Response', 'wp-whatsapp-chat'); ?></th> <td> <input type="text" name="response" placeholder="<?php echo esc_html($box['response']); ?>" value="<?php echo esc_attr($box['response']); ?>" class="qlwapp-input"/> <p class="description hidden"><?php esc_html_e('Write a response text.', 'wp-whatsapp-chat'); ?></p> </td> </tr> </tbody> </table> <?php wp_nonce_field('qlwapp_save_box', 'qlwapp_box_form_nonce'); ?> <p class="submit"> <?php submit_button(esc_html__('Save', 'wp-whatsapp-chat'), 'primary', 'submit', false); ?> <span class="settings-save-status"> <span class="saved"><?php esc_html_e('Saved successfully!'); ?></span> <span class="spinner" style="float: none"></span> </span> </p> </form> </div>
[+]
..
[-] button.php
[edit]
[-] suggestions.php
[edit]
[+]
parts
[-] contacts.php
[edit]
[-] box.php
[edit]
[-] scheme.php
[edit]
[-] display.php
[edit]
[-] premium.php
[edit]
[-] welcome.php
[edit]
[+]
modals