/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function remove_footer_admin () { echo 'My Custom footer text.'; } add_filter('admin_footer_text', 'remove_footer_admin');