Found Image Disable WP Registration Page | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
100%
5 Stars (6 votes)

Home

WP.Org

ReadMe

Support
  • Author:
    Yudhistira Mauris
Version: 1.0.2
Requires: WP 3.0
Last Updated:3523 days ago
Downloads:12103
Installations: 1,000+
Tags:
    disable, disable registration, redirect, registration, registration page, spam, spam prevention
Download Plugin Package

Disable WP Registration Page

Released on January 29, 2015.
Download Plugin Package

Version: 1.0.2

Requires PHP: 7.4 Disable default WP registration page.

  • Description
  • FAQ
  • Changelog
  • Installation


This plugin disables default WP registration page by redirecting users who access the registration page URL to the default WP login page. If somehow you still want to accept user registration but want to disable default WP registration page to prevent bot, SPAM registration or something like that, this plugin is for you. No settings needed. Install, activate, done.

How can I change the text "Manual registration is disabled" on the login page?

You can add the following PHP code snippets to your active theme's functions.php or a snippet plugin:

add_filter(
    'dwprp_registration_link',
    function() {
        return '<span class="dwprp-registration-link">Your custom registration link text</span>'
    }
);

How can I change the redirect destination URL which defaults to the login page?

You can add the following PHP code snippets to your active theme's functions.php or a snippet plugin:

add_filter(
    'dwprp_registration_redirect_url',
    function() {
        return site_url( '/your-custom-registration-page' );
    }
);

How can I hide the registration link and text entirely on the login page?

You can add the following CSS to your active theme's style.css or a snippet plugin:

.dwprp-registration-link {
    display: none;
}

1.0.3

  • Added filters: dwprp_registration_link, dwprp_registration_redirect_url.

1.0.2

  • Update plugin tested up to tag

1.0.1

  • Bug fix: wp registration page didn't redirect on some servers.

1.0

  • Initial release.


Automatic Installation

  1. Log in to the WP admin dashboard.
  2. Go to "Plugins > Add Plugin".
  3. Enter "Disable WP Registration Page" to the search box and press enter.
  4. Install and activate the plugin.

Manual Installation (via WordPress Admin Dashboard)

  1. Download the plugin zip file.
  2. Log in to the WP admin dashboard.
  3. Go to the "Plugins > Add Plugin".
  4. Click the "Upload Plugin" button, and an upload box will appear.
  5. Click the "Choose File" button and select the plugin zip file.
  6. Click the "Install Now" button and wait until the plugin has been fully installed.
  7. Activate the plugin.

Manual Installation (via FTP/SFTP)

  1. Download the plugin and extract the plugin zip file.
  2. Connect to your website server via FTP/SFTP using an FTP/SFTP client such as FileZilla.
  3. Upload "disable-wp-registration-page" folder to "/wp-content/plugins/" directory of your website.
  4. Go to "Plugins > Installed Plugins".
  5. Find "Disable WP Registration Page" and click "activate".


 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string G3MWeR to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.