文件操作 - givewp101.js
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Onboarding/Setup/templates/stories/src/givewp101.js
编辑文件内容
import icon from '../../../../../../../../assets/dist/images/setup-page/givewp101@2x.min.png'; import template from '../../row-item.html'; export default () => { return template .replace(/{{\s*class\s*}}/gi, 'givewp101') .replace(/{{\s*icon\s*}}/gi, icon) .replace(/{{\s*title\s*}}/gi, 'GiveWP 101') .replace( /{{\s*description\s*}}/gi, 'Start off on the right foot by learning the basics of the plugin and how to get the most out of it to further your online fundraising efforts.' ) .replace( /{{\s*action\s*}}/gi, '<a href="#"><span class="screen-reader-text">Learn more about GiveWP</span><i class="fas fa-chevron-right"></i></a>' ); };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件