{"id":2854,"date":"2020-05-26T13:23:58","date_gmt":"2020-05-26T12:23:58","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=2854"},"modified":"2025-05-13T10:45:38","modified_gmt":"2025-05-13T09:45:38","slug":"post-content-actions","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/actions\/post-content-actions","title":{"rendered":"Post content actions"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Single post hook<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>add_filter('the_content', 'our_modify_single_post_content');\nfunction our_modify_single_post_content ($Content)\n{\n  \/\/Exit if not a single blog post\n  if (!is_single())\n    return($Content);\n\n  $Output = '';\n  $Output .= '&#91;Inserting at start]&lt;br>';\n  $Output .= $Content;\n  $Output .= '&#91;Inserting at end]';\n  return $Output;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Single post hook<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[309,378],"tags":[],"class_list":["post-2854","post","type-post","status-publish","format-standard","hentry","category-actions","category-posts"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2854","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=2854"}],"version-history":[{"count":10,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2854\/revisions"}],"predecessor-version":[{"id":5014,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2854\/revisions\/5014"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=2854"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=2854"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=2854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}