Guest User

Untitled

a guest
Oct 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // Admin footer modification
  2.  
  3. function remove_footer_admin () {
  4. echo '<span id="footer-thankyou">Developed by <a href="https://www.example.com" target="_blank">www.example.com</a></span>';
  5. }
  6. add_filter('admin_footer_text', 'remove_footer_admin');
Add Comment
Please, Sign In to add comment