{"id":1018,"date":"2025-03-24T14:28:17","date_gmt":"2025-03-24T14:28:17","guid":{"rendered":"https:\/\/wpgeodirectory.com\/documentation\/article\/how-to-make-changes-to-the-geodirectory-rating-and-review-comment-form-like-removing-the-website-field\/"},"modified":"2025-04-03T15:24:38","modified_gmt":"2025-04-03T14:24:38","slug":"how-to-make-changes-to-the-geodirectory-rating-and-review-comment-form-like-removing-the-website-field","status":"publish","type":"gd_place","link":"https:\/\/wpgeodirectory.com\/documentation\/article\/code-snippets\/how-to-make-changes-to-the-geodirectory-rating-and-review-comment-form-like-removing-the-website-field\/","title":{"rendered":"How to make changes to the GeoDirectory rating and review comment form like removing the website field?"},"content":{"rendered":"\n<p>GeoDirectory ratings and reviews use the WordPress Comment system, adding the rating system on top of the existing comments you may have used before.<\/p>\n\n\n\n<p>Adjust general options for all WordPress Comments section in the WordPress Settings for Discussion<\/p>\n\n\n\n<p>WP Admin &#8211; Settings &#8211; Discussion<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/wpgeodirectory.com\/documentation\/wp-content\/uploads\/2025\/03\/file-a73FHLKu51.png\" alt=\"\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Comments Cookies opt-in Checkbox<\/p>\n\n\n\n<p>This checkbox can be disabled in the WP Discussion settings, as shown here<\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" class=\"attachment-large size-large\" src=\"https:\/\/wpgeodirectory.com\/documentation\/wp-content\/uploads\/2025\/03\/file-8Vu0jYPpd7.png\" sizes=\"auto, (max-width: 841px) 100vw, 841px\" srcset=\"https:\/\/wpgeodirectory.com\/documentation\/wp-content\/uploads\/2025\/03\/file-8Vu0jYPpd7.png 841w, https:\/\/wpgeodirectory.com\/documentation\/wp-content\/uploads\/2025\/03\/file-8Vu0jYPpd7-300x78.png 300w, https:\/\/wpgeodirectory.com\/documentation\/wp-content\/uploads\/2025\/03\/file-8Vu0jYPpd7-768x200.png 768w\" alt=\"\" width=\"841\" height=\"219\">Remove the website URL field from the comments form<\/p>\n\n\n\n<p>This can be done with a <a href=\"https:\/\/wpgeodirectory.com\/documentation\/article\/useful-plugins\/code-snippets-plugin\/\" target=\"_blank\" rel=\"noopener\">code snippet<\/a>.<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-php\">add_filter( &#039;comment_form_fields&#039;, &#039;gdsnippet_remove_website_field_in_reviews&#039;, 999, 1 );\nfunction gdsnippet_remove_website_field_in_reviews( $fields ) {\n    if ( isset( $fields&#091;&#039;url&#039;&#093; ) ) {\n        unset( $fields&#091;&#039;url&#039;&#093; );\n    }\n    return $fields;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>GeoDirectory ratings and reviews use the WordPress Comment system, adding the rating system on top of the existing comments you may have used before. Adjust general options for all WordPress Comments section in the WordPress Settings for Discussion WP Admin &#8211; Settings &#8211; Discussion Comments Cookies opt-in Checkbox This checkbox can be disabled in the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"article\/tags":[],"article\/categories":[211,433],"class_list":["post-1018","gd_place","type-gd_place","status-publish","hentry","gd_placecategory-tips-tricks-more","gd_placecategory-code-snippets"],"_links":{"self":[{"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article\/1018","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/types\/gd_place"}],"author":[{"embeddable":true,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/comments?post=1018"}],"version-history":[{"count":0,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article\/1018\/revisions"}],"wp:attachment":[{"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/media?parent=1018"}],"wp:term":[{"taxonomy":"gd_place_tags","embeddable":true,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article\/tags?post=1018"},{"taxonomy":"gd_placecategory","embeddable":true,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article\/categories?post=1018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}