{"id":5015,"date":"2025-05-13T10:44:23","date_gmt":"2025-05-13T09:44:23","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=5015"},"modified":"2025-05-13T10:44:33","modified_gmt":"2025-05-13T09:44:33","slug":"page-content-actions-2","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/pages-wordpress\/page-content-actions-2","title":{"rendered":"Page content actions"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Single page hook<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>add_filter('the_content', 'our_modify_page_content');\nfunction our_modify_page_content ($Content)\n{\n  \/\/Exit if not a single page\n  if (!is_page())\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 page hook<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[309,120],"tags":[],"class_list":["post-5015","post","type-post","status-publish","format-standard","hentry","category-actions","category-pages-wordpress"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/5015","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=5015"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/5015\/revisions"}],"predecessor-version":[{"id":5016,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/5015\/revisions\/5016"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=5015"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=5015"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=5015"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}