Presuming you have your custom registration form set up to its own URL, such as /custom-register-page/
or something like it, then you can use the following code to change the register URL on the default WP login page:
add_filter( 'register_url', 'update_register_url' );
function update_register_url( $url ) {
if( is_admin() ) {
return $url;
}
return "/custom-register-page/";
}
Add this code to your template’s functions.php
file, if that makes sense, or create a plugin to use this code. Make sure to update the code to use your custom register page URL.
Related Posts:
- Who are the most trusted plugin developers? [closed]
- Where can I sell WordPress themes and plugins? [closed]
- Hook if somebody saves plugin options?
- Change success message in plugin Theme my login
- Filter out results from REST API
- Extension preview disapeared since WP 4.5.2
- login to wordpress with Get variables instead of Post
- Help With A Reverse Pagination Plugin
- Using custom code, how can I fetch data from the WordPress plugin repo?
- Find out if request is for custom post type archive before query runs
- A way to sort WordPress themes? [closed]
- Integrating WP as a CMS with a Bug Tracker
- wp_specialchars and wp_specialchars_decode in a shortcode plugin
- Display All Non-Used Plugins
- Adding “ ” before the last word in multiple defined areas with a plugin
- problem with nextgen plugin
- Display price range on woocommerce product variations
- How to install and activate a plugin via an external PHP script
- How do I turn a custom post type into a plugin?
- How to remove xmlns on language_attributes()?
- unregistered user can write in blog page – possible? how to?
- How do I prevent the link from using url of the image in Block Editor?
- Can’t update/install plugins or WordPress
- The safest way to automate WordPress backups
- Does WP identify plugin by plugin name or plugin_basename?
- Guidelines / restrictions about advertising /donate begging unside wordpress plugins or themes
- Media is not attached after import
- WordPress automatically removes line break
- Modifying Author Link to add Author Meta in URL
- How to disable a plugin for certain page?
- Submit form after reCaptcha is solved
- WP Query. Is there a maximum size?
- wp_editor content in plugin options page
- How to Create a Custom Slug for Tags and Categories with a prefix or suffix?
- WordPress Image uploads plugin needed [closed]
- Sidebar widget: Randomly select text from a given set
- How to make multiple admin pages for one plugin?
- redirected you too many times
- Create custom pages with a plugin
- WP Google Fonts question [closed]
- WordPress as template engine
- Timed content and flagging content as viewed by user?
- Amazon.com intergration with WordPress?
- XML Sitemap Generator can’t notify google and bing
- get_edit_post_link() not working on wp-cron
- WordPress won’t allow for updates to plugins or WordPress Core
- Woocommerce Backend Search by Title and SKU
- I want to generate the pdf and save it in library?
- Classic, but puzzling “The uploaded file could not be moved”
- Need to change link URL embedded in multiple posts to new link URL
- How do I make sure that my plugin only runs on article detail pages?
- Table is not created in WAMP
- Trying to make a simple wordpress plugin, having difficulties understanding how to make it?
- wordpress plugin license issue -New plugin development
- Remove specific administrator’s capability
- Different Layerslider by page id?
- How to change Header image depending on language [closed]
- Override methods in Yoast SEO breadcrumb class
- BuddyPress admin bar links are broken [closed]
- Looking for a filter to modify the months
- use EDD Content Restriction for restricting php in template
- save_post_product action not firing
- WordPress REST API: Query media files attached to a custom post type
- Font Awesome icon are not loading in wordpress 5.5.1
- Javascript not getting injected into page
- How to update all in-site redirect URLs to destination URLs at once
- wordpress loop giving me content
- How to pass multiple custom fields as shortcode’s parameters
- All Post WordPress Page Error
- Get shortcode attribute for AJAX call
- Which membership plugin enables users to enter html links in blogs and on their profile page?
- ACF / Using external resources to display images
- Why some plugins are including wp-includes/plugin.php file?
- How to create a custom page for unrelated database?
- 500 Internal Server Error on a WordPress site
- display a slider outside of subdomain folder wp
- how to enable tinymce custom buttons in meta box?
- add_media_page function not creating submenu
- Allow user to input shortcode into wordpress widget
- Plugin on all site except primary one
- WordPress function to add text
- Directory structure for plugin changes
- Wishlist Content
- Have video content populate page from upload sub-directory?
- Integrating planning tools in wordpress
- Insert dynamic content into posts
- How to remove links generated by SEO-smart-links?
- Errors when using CDN Sync Tool plugin
- Plugins Reverting Themself To Older Versions
- Making WordPress-built website mobile friendly
- Add to cart option to have multiple of 6
- WordPress Role Capability Restriction
- Can anyone see a syntax error in this? [closed]
- How to dispaly post informations (such as titles) in an admin plugin menu page?
- How can i include a plugin in my theme folder?
- Can i have limit posts on a specific category and automatically remove older ones?
- manage_{taxonomy}_custom_column not working
- Why wordpress site is hitting itself
- I want create woocommerec match products columns
- How to be Variables and options must be escaped when echo’d?