文件操作 - payment-processing.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/templates/payment-processing.php
编辑文件内容
<?php /** * Give Payment Processing Message */ ?> <div id="give-payment-processing"> <?php Give_Notices::print_frontend_notice( sprintf( /* translators: %s: success page URL */ __( 'Your donation is processing. This page will reload automatically in 8 seconds. If it does not, click <a href="%s">here</a>.', 'give' ), give_get_success_page_uri() ), true, 'success' ); ?> <span class="give-loading-animation"></span> <script type="text/javascript">setTimeout(function () { window.location = '<?php echo give_get_success_page_uri(); ?>'; }, 9000); </script> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件