PluginProbe
WP Click to Chat – Email, Live Chat, Call & Book Now Buttons / trunk
WP Click to Chat – Email, Live Chat, Call & Book Now Buttons vtrunk
trunk 1.2.2 2.0 2.1 2.2 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.6
support-chat / views / admin / app / remove-input-btn.php

remove-input-btn.php in WP Click to Chat – Email, Live Chat, Call & Book Now Buttons trunk, at views/admin/app/remove-input-btn.php

9 lines 308 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
2 <div class="wpsaio-btns">
3 <span class="wpsaio-btn-move">
4 <img src="<?php echo esc_url(WP_SAIO_URL); ?>/assets/admin/img/move.svg" alt="" />
5 </span>
6 <div class="wpsaio-btn-remove">
7 <span class="saio-icon-close"></span>
8 </div>
9 </div>