{"id":4880,"date":"2025-04-11T16:36:56","date_gmt":"2025-04-11T15:36:56","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=4880"},"modified":"2025-04-11T17:43:44","modified_gmt":"2025-04-11T16:43:44","slug":"receiving-a-filter-call","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/filters\/receiving-a-filter-call","title":{"rendered":"Receiving a filter call"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Handling filter calls from WordPress and plugins<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>add_filter( 'wp_body_open', 'my_wp_body_open', 10, 1 );    \/\/FilterName, CallbackFunction, Priority (default10), Number of arguments expected (default\/min 1)\n\/\/add_filter( 'wp_body_open', '\\MyNamespaceName\\my_wp_body_open', 10, 1 );   \/\/&lt;&lt;&lt;If you are using a namespace\nfunction my_wp_body_open($ValueToFilter)\n{\n\n}<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Handling filter calls from WordPress and plugins<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[370],"tags":[],"class_list":["post-4880","post","type-post","status-publish","format-standard","hentry","category-filters"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/4880","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=4880"}],"version-history":[{"count":5,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/4880\/revisions"}],"predecessor-version":[{"id":4891,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/4880\/revisions\/4891"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=4880"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=4880"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=4880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}