Matrix Developers
Pages
Home
Contact Us
Change Footer Text on the wordpress dashboard
Add the following code to
functions.php
file to customize the footer text on the WordPress dashboard.
add_filter('admin_footer_text', 'remove_footer_admin');
function remove_footer_admin () {
echo "Your own text here";
}
Output:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Create a single string from all the elements in list
OUTPUT:
Add Custom Widgets In Wordpress Dashboard
Add the following code in functions.php Output:
Create a single string from all the elements in list
OUTPUT:
How to: Install Go 1.9.1 on Ubuntu 16.04
Introduction G ois an open source, modern programming language developed by Google that uses high-level syntax similar to scripting la...
No comments:
Post a Comment