Custom Wordpress Backend footer


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // change backend-footer
  2. function kb_backend_footer () {
  3. echo "Webdesign- und Entwicklung: <a href='http://kulturbanause.de' target='_blank'>kulturbanause.de</a>";
  4. }
  5.  
  6. add_filter('admin_footer_text', 'kb_backend_footer');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.