/ Published in: PHP
                    
                                        
Use this to remove or change the wp-admin footer text. Default is
Thank you for creating with WordPress.
                Thank you for creating with WordPress.
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
add_filter('admin_footer_text', 'remove_footer_admin'); //change admin footer text
function remove_footer_admin () {
echo "Custom Text or leave empty";
}
URL: http://wordpress.org/support/topic/how-to-delete-change-admin-footer-text
Comments
 Subscribe to comments
                    Subscribe to comments
                
                