文件操作 - textarea.html.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Form/LegacyConsumer/templates/textarea.html.php
编辑文件内容
<?php /** @var Give\Framework\FieldsAPI\Textarea $field */ ?> <?php /** @var string $fieldIdAttribute */ ?> <textarea name="<?php echo $field->getName(); ?>" id="<?php echo $fieldIdAttribute; ?>" <?php echo $field->isRequired() ? 'required' : ''; ?> <?php echo $field->isReadOnly() ? 'readonly' : ''; ?> <?php echo ($maxLength = $field->getMaxLength()) ? "maxlength=\"$maxLength\"" : ''; ?> > <?php echo $field->getDefaultValue(); /* Whitespace is important. Do not indent. */ ?> </textarea>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件