Title: Login &#8211; Edit Short code &#8211; Remove Register button
Last modified: May 23, 2024

---

# Login – Edit Short code – Remove Register button

 *  Resolved [storyboard2023](https://wordpress.org/support/users/storyboard2023/)
 * (@storyboard2023)
 * [2 years ago](https://wordpress.org/support/topic/login-edit-short-code-remove-register-button/)
 * I’m looking to edit the short code of Paid Member Subscription plugin to **remove
   the Register button so that the Register page is invite-only.**
 * How can this be done? Is there a short code editor?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogin-edit-short-code-remove-register-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [storyboard2023](https://wordpress.org/support/users/storyboard2023/)
 * (@storyboard2023)
 * [2 years ago](https://wordpress.org/support/topic/login-edit-short-code-remove-register-button/#post-17777298)
 * **PLUS: **Forgot Password page needs to be edited. It is not always sending reset
   emails.
    - This may require WP Mail SMTP verification.
    - Where do I find this short code or editing area for the Forgot Password page?
 *  Plugin Support [Madalina Ruzsa](https://wordpress.org/support/users/madalinaruzsa/)
 * (@madalinaruzsa)
 * [2 years ago](https://wordpress.org/support/topic/login-edit-short-code-remove-register-button/#post-17782934)
 * Hi [@storyboard2023](https://wordpress.org/support/users/storyboard2023/),
 * 1. **I’m looking to edit the short code of Paid Member Subscription plugin to
   remove the Register button so that the Register page is invite-only.**
 * You can hide the “Registration” link from your Login page by using the following
   CSS snippet:
 * pms_login .login-extra .register, #pms_login .login-extra .separator {
 * display: none;
 * }
 * You need to add the CSS snippet in Dashboard-> Appearance -> Customize-> Additional
   CSS.
 * **2. Forgot Password page needs to be edited. It is not always sending reset 
   emails.**
 * P​lease try installing the Email Logging plugin [https://wordpress.org/plugins/wp-mail-logging/](https://wordpress.org/plugins/wp-mail-logging/)
   on your website. It will add a log entry each time the wp_mail() WordPress function
   is called (our plugins use this function for all of the emails they send).
 * You will then be able to go to the Email Log page on your website’s Dashboard
   to see if the email is being sent. Please do some tests and let me know if the
   emails are displayed in the email log.
 * **3. Where do I find this short code or editing area for the Forgot Password 
   page?**
 * Access this page: [https://rshores.ca/password-reset/](https://rshores.ca/password-reset/)
   when you are logged in as an admin and click on the “Edit Page” button that is
   found in the Admin Bar.
 *  Thread Starter [storyboard2023](https://wordpress.org/support/users/storyboard2023/)
 * (@storyboard2023)
 * [2 years ago](https://wordpress.org/support/topic/login-edit-short-code-remove-register-button/#post-17784419)
 * Thanks [madalinaruzsa](https://wordpress.org/support/users/madalinaruzsa/)  –
   we will try these troubleshoots

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

The topic ‘Login – Edit Short code – Remove Register button’ is closed to new replies.

 * ![](https://ps.w.org/paid-member-subscriptions/assets/icon-256x256.png?rev=2961161)
 * [Paid Membership Subscriptions - Effortless Memberships, Recurring Payments & Content Restriction](https://wordpress.org/plugins/paid-member-subscriptions/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paid-member-subscriptions/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paid-member-subscriptions/)
 * [Active Topics](https://wordpress.org/support/plugin/paid-member-subscriptions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paid-member-subscriptions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paid-member-subscriptions/reviews/)

## Tags

 * [Short Code](https://wordpress.org/support/topic-tag/short-code/)

 * 3 replies
 * 2 participants
 * Last reply from: [storyboard2023](https://wordpress.org/support/users/storyboard2023/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/login-edit-short-code-remove-register-button/#post-17784419)
 * Status: resolved