文件操作 - paypal.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/cost-calculator-builder/templates/admin/settings/paypal.php
编辑文件内容
<?php if(ccb_pro_active()) : do_action('render-paypal'); ?> <?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 PayPal', 'cost-calculator-builder') ?></h6> </div> <div> <div class="list-content" style="margin-top: 0"> <input type="text" placeholder="<?php echo __('- PayPal Email -', 'cost-calculator-builder') ?>"> </div> <div class="list-content"> <select> <option value="" selected><?php echo __('- Select Currency Symbol -', 'cost-calculator-builder') ?></option> </select> </div> <div class="list-content"> <select> <option value="" selected><?php echo __('- Select type of .... -', 'cost-calculator-builder') ?></option> </select> </div> <div class="list-content"> <textarea></textarea> <p class="ccb-desc">[ccb-total-0] <?php echo __('will be changed into total', 'cost-calculator-builder') ?> </p> </div> </div> </div> <?php endif;?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件