10 Useful Wordpress User Interface / Dashboard Hacks!: "3. Remove Powered by WordPress in Footer
You dont want to show, powered by wordpress in the footer of your user interface. Make changes to it, using the following code
?
CODE
1
2
3
4
5
6
// Remove Powered by WordPress.org
function modify_footer_admin () {
echo 'Example.com - My Account Section';
}
add_filter('admin_footer_text', 'modify_footer_admin');
"
'via Blog this'
MakeUseOf Answers
- How I Pre-Save New Albums on Spotify to Listen Right Away - 9/19/2024
- Don't Buy a Nintendo Switch Right Now: Here's Why Waiting Is a Better Idea - 9/19/2024
- Bluetti B300K Expansion Battery Review: The Cheapest, No-Frills Way to Expand Your Energy Storage - 9/19/2024
- I Love Short and Sweet Video Games: Heres Why - 9/19/2024
- YouTube Has Found Yet Another Way to Show You Ads - 9/19/2024
Kenny Goodmans Blog
What going on around the world?
Israeli stocks on Wall St
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment