Title: Remove WordPress Text
Last modified: March 13, 2022

---

# Remove WordPress Text

 *  Resolved [Tano](https://wordpress.org/support/users/tanohex/)
 * (@tanohex)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-wordpress-text/)
 * [@gurudeb](https://wordpress.org/support/users/gurudeb/) In the next version,
   could you please add the option to remove the **– WordPress** text from the Admin
   Login page title?
 *     ```
       /**
        * Changes the wp-login.php page title and removes the default "WordPress" text
        */
       add_filter( 'login_title', function($login_title) {
           return str_replace(array( ' &lsaquo;', ' — WordPress',__('WordPress'),), array( ' &lsaquo;', ''), $login_title );
       });
   
       add_filter( 'admin_title', function($admin_title) {
           return str_replace(array( ' &lsaquo;', ' — WordPress',__('WordPress'),), array( ' &lsaquo;', ''), $admin_title );
       });
       ```
   
 * This would help us a bit in white-labeling the Admin area.
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Pankaj Mondal](https://wordpress.org/support/users/gurudeb/)
 * (@gurudeb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-wordpress-text/#post-15471056)
 * Hi,
 * I have added these features in Version 14.0 of the plugin. However I have not
   used the code you have shared. Please check if this change is suitable or not.
 * Thanks & Regards,
    Pankaj
 *  Thread Starter [Tano](https://wordpress.org/support/users/tanohex/)
 * (@tanohex)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-wordpress-text/#post-15471791)
 * Works great and it looks better the way you implemented it.
 * Thanks a lot Pankaj!
 *  Plugin Author [Pankaj Mondal](https://wordpress.org/support/users/gurudeb/)
 * (@gurudeb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-wordpress-text/#post-15476544)
 * You’re welcome. If possible, please rate and review the plugin.
 * Thanks & Regards,
    Pankaj

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove WordPress Text’ is closed to new replies.

 * ![](https://ps.w.org/meta-generator-and-version-info-remover/assets/icon-256x256.
   png?rev=1236107)
 * [Meta Generator and Version Info Remover](https://wordpress.org/plugins/meta-generator-and-version-info-remover/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meta-generator-and-version-info-remover/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meta-generator-and-version-info-remover/)
 * [Active Topics](https://wordpress.org/support/plugin/meta-generator-and-version-info-remover/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meta-generator-and-version-info-remover/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meta-generator-and-version-info-remover/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Pankaj Mondal](https://wordpress.org/support/users/gurudeb/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/remove-wordpress-text/#post-15476544)
 * Status: resolved