{"id":20134363,"url":"https://github.com/wearerequired/js-comment-form-validation","last_synced_at":"2026-04-14T07:32:24.001Z","repository":{"id":20787497,"uuid":"89679764","full_name":"wearerequired/js-comment-form-validation","owner":"wearerequired","description":"Simple comment form validation based on the jQuery Validation plugin","archived":false,"fork":false,"pushed_at":"2023-01-05T16:14:01.000Z","size":362,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T09:26:13.860Z","etag":null,"topics":["comments","jquery","jquery-validation","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wearerequired.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-28T07:25:09.000Z","updated_at":"2022-08-01T08:25:37.000Z","dependencies_parsed_at":"2023-01-13T21:09:03.050Z","dependency_job_id":null,"html_url":"https://github.com/wearerequired/js-comment-form-validation","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearerequired%2Fjs-comment-form-validation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearerequired%2Fjs-comment-form-validation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearerequired%2Fjs-comment-form-validation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearerequired%2Fjs-comment-form-validation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wearerequired","download_url":"https://codeload.github.com/wearerequired/js-comment-form-validation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241580703,"owners_count":19985597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comments","jquery","jquery-validation","wordpress-plugin"],"created_at":"2024-11-13T21:09:15.485Z","updated_at":"2026-04-14T07:32:23.971Z","avatar_url":"https://github.com/wearerequired.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JS Comment Form Validation\n\nEasy to use client-side form validation for WordPress comments.\n\nInspired by [Instant Comment Validation](https://wordpress.org/plugins/instant-comment-validation/). Powered by the [jQuery Validation](https://github.com/jquery-validation/jquery-validation) plugin.\n\n## Hooks \u0026 Filters\n\nThe plugin provides a filter to change the settings passed to the JavaScript.\n\n### `js_comment_form_validation_settings` Filter\n\nAllows you to filter the data that is sent to the JavaScript, like error messages and minimum required comment length.\n\n```php\nadd_filter( 'js_comment_form_validation_settings', function( $script_data ) {\n\t$script_data['rules']['url']['required'] = true;\n\n \treturn $script_data;\n} );\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearerequired%2Fjs-comment-form-validation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwearerequired%2Fjs-comment-form-validation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearerequired%2Fjs-comment-form-validation/lists"}