文件操作 - recaptcha.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/cost-calculator-builder/templates/admin/settings/recaptcha.php
编辑文件内容
<?php if(ccb_pro_active()) : do_action('render-recaptcha'); ?> <?php else:?> <div class="list-row"> <?php echo \cBuidler\Classes\CCBTemplate::load('/admin/partials/pro-feature'); ?> <div class="list-header"> <div class="ccb-switch"> <input type="checkbox"/> <label></label> </div> <h6><?php echo __('Enable reCAPTCHA', 'cost-calculator-builder') ?></h6> </div> <div> <div class="list-content" style="margin-top: 0"> <select> <option value="v2"><?php echo __('- Google reCAPTCHA v2 -', 'cost-calculator-builder') ?></option> </select> </div> <div class="list-content" style="margin-top: 0"> <input type="text" placeholder="<?php echo __('- Paste reCAPTCHA Site Key -', 'cost-calculator-builder') ?>"> </div> <div class="list-content"> <input type="text" placeholder="<?php echo __('- Paste reCAPTCHA Secret Key -', 'cost-calculator-builder') ?>"> </div> </div> </div> <?php endif;?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件