文件操作 - paypal.js
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Onboarding/Setup/templates/stories/src/paypal.js
编辑文件内容
import icon from '../../../../../../../../assets/dist/images/setup-page/paypal@2x.min.png'; import button from '../../../../../../../../assets/dist/images/setup-page/paypal.svg'; import template from '../../row-item.html'; export default () => { return template .replace(/{{\s*icon\s*}}/gi, icon) .replace(/{{\s*title\s*}}/gi, 'Connect to Paypal') .replace( /{{\s*description\s*}}/gi, 'PayPal is synonymous with nonprofits and online charitable gifts. It’s been the go-to payment merchant in for many of the worlds top NGOs. Accept PayPal, Credit and Debit Cards, and more using PayPal’s Smart Buttons without any added platform fees.' ) .replace(/{{\s*action\s*}}/gi, '<img src="' + button + '" alt="Connect to PayPal" />'); };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件