Title: Hide links
Last modified: August 22, 2016

---

# Hide links

 *  [A. M. M.](https://wordpress.org/support/users/laius/)
 * (@laius)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/hide-links-3/)
 * Hi. I am using the following code to hide the “register” link on my login-page:
   /***
   remove the register link from the wp-login.php script */ add_filter(‘option_users_can_register’,
   function($value) { $script = basename(parse_url($_SERVER[‘SCRIPT_NAME’], PHP_URL_PATH));
 *  if ($script == ‘wp-login.php’) {
    $value = false; }
 *  return $value;
    });
 * How do I need to change it, if I rename my login page, e.g. to “user-login”?
 * [https://wordpress.org/plugins/rename-wp-login/](https://wordpress.org/plugins/rename-wp-login/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [A. M. M.](https://wordpress.org/support/users/laius/)
 * (@laius)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/hide-links-3/#post-5424522)
 * Does anybody have a piece of advice? Would be much appreciated.

Viewing 1 replies (of 1 total)

The topic ‘Hide links’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rename-wp-login.svg)
 * [Rename wp-login.php](https://wordpress.org/plugins/rename-wp-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rename-wp-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rename-wp-login/)
 * [Active Topics](https://wordpress.org/support/plugin/rename-wp-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rename-wp-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rename-wp-login/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [A. M. M.](https://wordpress.org/support/users/laius/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/hide-links-3/#post-5424522)
 * Status: not resolved