{"id":3190,"date":"2020-09-04T08:11:43","date_gmt":"2020-09-04T07:11:43","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=3190"},"modified":"2022-02-17T07:13:47","modified_gmt":"2022-02-17T07:13:47","slug":"comments-display","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/commenting\/comments-display","title":{"rendered":"Comments Display"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">comment_text hook<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/***************************************\r\n\/\/***************************************\r\n\/\/********** COMMENT TEXT HOOK **********\r\n\/\/***************************************\r\n\/\/***************************************\r\nadd_filter( 'comment_text', 'custom_comment_text', 20, 3 );\r\nfunction custom_comment_text( $comment_text, $comment, $args )\r\n{\r\n  \r\n  \/\/$comment array:\r\n  \/\/  \"comment_ID\":\"3\",\r\n  \/\/  \"comment_post_ID\":\"333\",\r\n  \/\/  \"comment_author\":\"\",\r\n  \/\/  \"comment_author_email\":\"\",\r\n  \/\/  \"comment_author_url\":\"\",\r\n  \/\/  \"comment_author_IP\":\"162.158.159.37\",\r\n  \/\/  \"comment_date\":\"2020-08-31 15:29:38\",\r\n  \/\/  \"comment_date_gmt\":\"2020-08-31 15:29:38\",\r\n  \/\/  \"comment_content\":\"Test\",\r\n  \/\/  \"comment_karma\":\"0\",\r\n  \/\/  \"comment_approved\":\"1\",\r\n  \/\/  \"comment_agent\":\"Mozilla\\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\\/527.36 (KHTML, like Gecko) Chrome\\\/84.0.4047.135 Safari\\\/527.36\",\r\n  \/\/  \"comment_type\":\"comment\",\r\n  \/\/  \"comment_parent\":\"0\",\r\n  \/\/  \"user_id\":\"0\"\r\n\r\n  \r\n  if( $comment->comment_type === 'comment' )\r\n  {\r\n    $comment_text = '&lt;p>Some text I added&lt;\/p>' . $comment_text;\r\n  }\r\n  return $comment_text;\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>comment_text hook<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[122],"tags":[],"class_list":["post-3190","post","type-post","status-publish","format-standard","hentry","category-commenting"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3190","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=3190"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3190\/revisions"}],"predecessor-version":[{"id":3191,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3190\/revisions\/3191"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=3190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=3190"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=3190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}