{"id":2013,"date":"2019-05-01T21:36:09","date_gmt":"2019-05-01T20:36:09","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=2013"},"modified":"2022-02-17T07:14:01","modified_gmt":"2022-02-17T07:14:01","slug":"including-other-files","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/functions-php\/including-other-files","title":{"rendered":"Including other files"},"content":{"rendered":"\n<p>Say you have a file: &#8220;wp-content\/themes\/my_theme_name\/include\/my_things.php&#8221;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>require_once (get_stylesheet_directory() . '\/include\/my_things.php');<\/code><\/pre>\n\n\n\n<p>You can use include(), include_once(), require() or require_once() depending on your preference.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Say you have a file: &#8220;wp-content\/themes\/my_theme_name\/include\/my_things.php&#8221; You can use include(), include_once(), require() or require_once() depending on your preference.<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[167],"tags":[],"class_list":["post-2013","post","type-post","status-publish","format-standard","hentry","category-functions-php"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2013","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=2013"}],"version-history":[{"count":4,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2013\/revisions"}],"predecessor-version":[{"id":2017,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2013\/revisions\/2017"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=2013"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=2013"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=2013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}