| Server IP : 91.240.85.141 / Your IP : 216.73.216.223 Web Server : nginx/1.28.0 System : Linux nuevo.ru 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : ( 1029) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wpface_ru_usr/data/www/wpface.ru/wp-content/plugins/plh/nuxy_settings/ |
Upload File : |
<?php
if (!defined('ABSPATH')) exit;
/**
* @var $field
* @var $field_id
* @var $field_value
* @var $field_label
* @var $field_name
* @var $section_name
*
*/
?>
<scot_webhook_activation inline-template>
<div class="wpcfto_generic_field wpcfto_generic_field_flex_input wpcfto_generic_field__text">
<div class="wpcfto-field-aside">
<label class="wpcfto-field-aside__label"><?php esc_html_e('Activate Webhook', 'site-chat-on-telegram'); ?></label>
<div class="wpcfto-field-description wpcfto-field-description__before description"><?php esc_html_e('Save Bot token first', 'site-chat-on-telegram'); ?></div>
</div>
<div class="wpcfto-field-content">
<div class="forminp">
<a href="#" class="button-primary" id="scot_activate_tg_api_url" @click.prevent="activate()">
<?php esc_html_e('Activate Webhook', 'site-chat-on-telegram'); ?>
</a>
<a href="#" class="button-secondary" id="scot_deactivate_tg_api_url" @click.prevent="deactivate()">
<?php esc_html_e('Deactivate Webhook', 'site-chat-on-telegram'); ?>
</a>
<div id="wt-info-line"></div>
</div>
</div>
</div>
</scot_webhook_activation>