wearerequired/js-comment-form-validation 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

wearerequired/js-comment-form-validation

最新稳定版本:1.2.0

Composer 安装命令:

composer require wearerequired/js-comment-form-validation

包简介

WordPress plugin to add simple comment form validation based on the jQuery Validation plugin.

README 文档

README

Easy to use client-side form validation for WordPress comments.

Inspired by Instant Comment Validation. Powered by the jQuery Validation plugin.

Hooks & Filters

The plugin provides a filter to change the settings passed to the JavaScript.

js_comment_form_validation_settings Filter

Allows you to filter the data that is sent to the JavaScript, like error messages and minimum required comment length.

add_filter( 'js_comment_form_validation_settings', function( $script_data ) {
	$script_data['rules']['url']['required'] = true;

 	return $script_data;
} );

统计信息

  • 总下载量: 6.77k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2018-01-13