{"id":6350,"date":"2016-03-01T10:19:22","date_gmt":"2016-03-01T15:19:22","guid":{"rendered":"https:\/\/themespress.ca\/?p=6350"},"modified":"2022-09-10T18:14:17","modified_gmt":"2022-09-10T22:14:17","slug":"wordpress-tags-and-html-attributes-function","status":"publish","type":"post","link":"https:\/\/themespress.ca\/en\/wordpress-tags-and-html-attributes-function\/","title":{"rendered":"WordPress Tags and HTML Attributes Function"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p>If you have a WordPress website that displays this type of messages below your form&#8217;s comment section, we understand that it can be a bit annoying.<\/p>\n<p>Here&#8217;s a function that will remove it. Simply add it in your functions.php file.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<h2 style=\"text-align: left\" class=\"vc_custom_heading vc_do_custom_heading\" >WordPress Tags and HTML Attributes Function<\/h2><div id=\"ts-enlighterjs-container-5786070\" class=\"ts-enlighterjs-container-single-enabled  \" style=\"width: 100%;  margin-top: 0px; margin-bottom: 0px;\" data-enlighter-doubleclick=\"true\" data-enlighter-windowbutton=\"true\" data-enlighter-windowtext=\"New Window\" data-enlighter-rawbutton=\"true\" data-enlighter-rawtext=\"RAW Code\" data-enlighter-infobutton=\"false\" data-enlighter-infotext=\"EnlighterJS\" data-enlighter-indent=\"2\"><pre id=\"ts-enlighterjs-pre-5786070\" class=\"\" style=\"white-space: pre-wrap; height: 100%; margin: 0; padding: 0;\" data-enlighter-language=\"php\" data-enlighter-theme=\"enlighter\" data-enlighter-group=\"\" data-enlighter-title=\"\" data-enlighter-linenumbers=\"true\" data-enlighter-lineoffset=\"1\" data-enlighter-highlight=\"\">function enleve_html() {\n    add_filter(&#039;comment_form_defaults&#039;,&#039;enleve_default_html&#039;);\n}\nadd_action(&#039;after_setup_theme&#039;,&#039;enleve_html&#039;);\n\nfunction enleve_default_html($default) {\n    unset($default[&#039;comment_notes_after&#039;]);\n    return $default;\n}<\/pre><\/div><\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"If you have a WordPress website that displays this type of messages below your form's comment section, we understand that it can be a bit annoying. Here's a function that<div class=\"read-more\"><a class=\"btn button-secondary\" href=\"https:\/\/themespress.ca\/en\/wordpress-tags-and-html-attributes-function\/\">Read More<\/a><\/div>","protected":false},"author":81,"featured_media":4513,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[283],"tags":[360],"class_list":["post-6350","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-html-coding"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/posts\/6350","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/users\/81"}],"replies":[{"embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/comments?post=6350"}],"version-history":[{"count":0,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/posts\/6350\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/media\/4513"}],"wp:attachment":[{"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/media?parent=6350"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/categories?post=6350"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/tags?post=6350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}