{"id":1315,"date":"2014-04-17T19:09:51","date_gmt":"2014-04-17T10:09:51","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=1315"},"modified":"2014-04-17T19:09:51","modified_gmt":"2014-04-17T10:09:51","slug":"how-to-change-overwrite-wordpress-backend-footer-message","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-change-overwrite-wordpress-backend-footer-message\/","title":{"rendered":"How to change\/ overwrite wordpress backend footer message"},"content":{"rendered":"<p>Here is code for change\/ overwrite wordpress backend thankyou message. Put this code into your current theme function.php file<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\/\/ Custom WordPress Footer\r\nfunction remove_footer_admin () {\r\n\techo '&amp;copy; 2012 - WordPress Channel, Aur&amp;eacute;lien Denis';\r\n}\r\nadd_filter('admin_footer_text', 'remove_footer_admin');\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here is code for change\/ overwrite wordpress backend thankyou message. Put this code into your current theme function.php file \/\/ Custom WordPress Footer function remove_footer_admin () { echo &#8216;&amp;copy; 2012 &#8211; WordPress Channel, Aur&amp;eacute;lien Denis&#8217;; } add_filter(&#8216;admin_footer_text&#8217;, &#8216;remove_footer_admin&#8217;);<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[680,678,677,679],"class_list":["post-1315","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-change-wordpress-backend-footer-thankyou-message","tag-change-overwrite-wordpress-backend-footer-message","tag-how-to-change-overwrite-wordpress-backend-footer-message","tag-overwrite-wordpress-backend-footer-message"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=1315"}],"version-history":[{"count":1,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1315\/revisions"}],"predecessor-version":[{"id":1316,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1315\/revisions\/1316"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=1315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=1315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=1315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}