{"id":1040,"date":"2025-03-24T14:28:20","date_gmt":"2025-03-24T14:28:20","guid":{"rendered":"https:\/\/wpgeodirectory.com\/documentation\/article\/customizing-footer-content-supreme-directory-directory-starter-and-whoop\/"},"modified":"2025-04-03T15:24:41","modified_gmt":"2025-04-03T14:24:41","slug":"customizing-footer-content-supreme-directory-directory-starter-and-whoop","status":"publish","type":"gd_place","link":"https:\/\/wpgeodirectory.com\/documentation\/article\/whoop-theme\/customizing-footer-content-supreme-directory-directory-starter-and-whoop\/","title":{"rendered":"Customizing Footer content (Supreme Directory, Directory Starter and Whoop)"},"content":{"rendered":"<section class=\"alert alert-info\">We recommend using the <a href=\"https:\/\/wpgeodirectory.com\/documentation\/article\/useful-plugins\/code-snippets-plugin\/\">Code Snippets plugin<\/a> to add PHP code.<\/section>\n<p>To change the footer content of the <strong>Directory Starter, Whoop<\/strong> or <strong>Supreme Directory<\/strong> theme, use the following PHP code, and adjust as required.<\/p>\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-php\">add_action(&#039;after_setup_theme&#039;, &#039;_my_sd_footer_changes&#039;,15); \nfunction _my_sd_footer_changes(){\n    remove_action( &#039;dt_footer_copyright&#039;, &#039;dt_footer_copyright_default&#039;, 10 );\n    remove_action( &#039;dt_footer_copyright&#039;, &#039;sd_footer_copyright_default&#039;, 10 );\n    remove_action( &#039;dt_footer_copyright&#039;, &#039;whoop_copyright_text&#039;, 10 );\n    add_action( &#039;dt_footer_copyright&#039;, &#039;_my_custom_footer_copyright_text&#039;, 10 );\n}\n\nfunction _my_custom_footer_copyright_text(){\n    echo &#039;&copy; 2020 AyeCode Ltd. All Rights Reserved.&#039;;\n}<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We recommend using the Code Snippets plugin to add PHP code. To change the footer content of the Directory Starter, Whoop or Supreme Directory theme, use the following PHP code, and adjust as required.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"article\/tags":[881,880],"article\/categories":[441,442,443,386],"class_list":["post-1040","gd_place","type-gd_place","status-publish","hentry","gd_place_tags-footer","gd_place_tags-credits","gd_placecategory-supreme-directory-theme","gd_placecategory-directory-starter-theme","gd_placecategory-whoop-theme","gd_placecategory-themes"],"_links":{"self":[{"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article\/1040","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/types\/gd_place"}],"author":[{"embeddable":true,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/comments?post=1040"}],"version-history":[{"count":0,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article\/1040\/revisions"}],"wp:attachment":[{"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/media?parent=1040"}],"wp:term":[{"taxonomy":"gd_place_tags","embeddable":true,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article\/tags?post=1040"},{"taxonomy":"gd_placecategory","embeddable":true,"href":"https:\/\/wpgeodirectory.com\/documentation\/wp-json\/wp\/v2\/article\/categories?post=1040"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}