文件操作 - index.js
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/blocks/components/help-link/index.js
编辑文件内容
/** * WordPress dependencies */ import { __ } from '@wordpress/i18n' /** * Render Help link */ const GiveHelpLink = () => { return ( <p className="give-blank-slate__help"> Need help? Get started with <a href="http://docs.givewp.com/give101/" target="_blank" rel="noopener noreferrer">{ __( 'GiveWP 101' ) }</a> </p> ); }; export default GiveHelpLink;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件