{"id":644,"date":"2012-08-13T15:23:37","date_gmt":"2012-08-13T06:23:37","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=644"},"modified":"2012-08-13T15:24:04","modified_gmt":"2012-08-13T06:24:04","slug":"how-to-remove-the-url-field-from-wordpress-comment-form","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-remove-the-url-field-from-wordpress-comment-form\/","title":{"rendered":"How to remove the url field from WordPress comment form"},"content":{"rendered":"<p>Paste the code below into your <em>functions.php<\/em> file of <a href=\"https:\/\/www.santoshkori.com\/blog\/tag\/wordpress\/\">wordpress theme<\/a>. Once saved, the url field will be removed from your comment form in <a href=\"https:\/\/www.santoshkori.com\/blog\/tag\/wordpress\/\">wordpress<\/a>.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nfunction remove_comment_fields($fields) {\r\n    unset($fields&#x5B;'url']);\r\n    return $fields;\r\n}\r\nadd_filter('comment_form_default_fields','remove_comment_fields');\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Paste the code below into your functions.php file of wordpress theme. Once saved, the url field will be removed from your comment form in wordpress. function remove_comment_fields($fields) { unset($fields&#x5B;&#8217;url&#8217;]); return $fields; } add_filter(&#8216;comment_form_default_fields&#8217;,&#8217;remove_comment_fields&#8217;);<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[303,304],"class_list":["post-644","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-how-to-remove-the-url-field-from-wordpress-comment-form","tag-remove-the-url-field-from-wordpress-comment-form"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/644","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=644"}],"version-history":[{"count":3,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/644\/revisions"}],"predecessor-version":[{"id":647,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/644\/revisions\/647"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=644"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=644"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=644"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}