PluginProbe
Chatbot for WordPress by Collect.chat ⚡️ / trunk
Chatbot for WordPress by Collect.chat ⚡️ vtrunk
trunk 1.0 1.1 1.1.1 1.1.10 1.1.11 1.1.12 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 All 59 releases
collectchat / meta.php

meta.php in Chatbot for WordPress by Collect.chat ⚡️ trunk, at meta.php

17 lines 735 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="cc_meta_control">
2 <textarea name="_inpost_head_script[synth_header_script]" rows="5" style="width:98%;" <?php disabled(!current_user_can( 'unfiltered_html') ); ?>><?php
3 $allowed_html = array(
4 'script' => array(),
5 );
6
7 if(!empty($meta['synth_header_script'])) echo wp_kses($meta['synth_header_script'], $allowed_html);
8 ?></textarea>
9 <?php
10 if(!current_user_can( 'unfiltered_html' )) {
11 echo '<p style="color:#ffc107"><b>Note:</b> ' . __('You do not have permission to add or edit scripts. Please contact your administrator.', 'collectchat') . '</p>';
12 } else {
13 echo '<p>'.__('Copy and paste the code snippet to add bot to this post or page', 'collectchat').'</p>' ;
14 }
15 ?>
16 </div>
17