文件操作 - ActionAkismetSettings.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/ninja-forms/includes/Config/ActionAkismetSettings.php
编辑文件内容
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } return apply_filters( 'ninja_forms_action_akismet_settings', array( 'name' => array( 'name' => 'name', 'type' => 'textbox', 'group' => 'primary', 'label' => esc_html__( 'Name', 'ninja-forms' ), 'placeholder' => esc_attr__( 'Name field', 'ninja-forms' ), 'width' => 'one-half', 'use_merge_tags' => true, ), 'email' => array( 'name' => 'email', 'type' => 'textbox', 'group' => 'primary', 'label' => esc_html__( 'Email', 'ninja-forms' ), 'placeholder' => esc_attr__( 'Email address field', 'ninja-forms' ), 'width' => 'one-half', 'use_merge_tags' => true, ), 'url' => array( 'name' => 'url', 'type' => 'textbox', 'group' => 'primary', 'label' => esc_html__( 'URL', 'ninja-forms' ), 'placeholder' => esc_attr__( 'Field for a URL', 'ninja-forms' ), 'width' => 'one-half', 'use_merge_tags' => true, ), 'message' => array( 'name' => 'message', 'type' => 'textbox', 'group' => 'primary', 'label' => esc_html__( 'Message', 'ninja-forms' ), 'placeholder' => esc_attr__( 'Field for the message', 'ninja-forms' ), 'width' => 'one-half', 'use_merge_tags' => true, ), ) );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件