Add this in your functions.php
function my_reg_page( $register_url ) {
return home_url() . '/register/';
}
add_filter( 'register_url', 'my_reg_page' );
This example would return a registration URL http://Yourdomain.com/register/ for the wp_registration_url()
function
Related Posts:
- How to Change 404 page title
- How to build custom WP admin with custom URLs
- Adding Custom Link anchors in the top menu that points to specific sections of the site home page
- Create subpage /user/ or /my-profile/ like /author/ with additional query like /user/user123
- How to change URL Custom Page?
- Passing page url into a custom field via the Press-This bookmarklet
- Add filename to attachment page url
- add_rewrite_rule won’t work
- How can I get the page url slug when ‘post_name’ returns an id?
- How can I get the intended URL in a 404?
- Creating Search Engine Friendly URL’s with Word Press
- How to change the category url jusy show /category/%category_id% in wordpress?
- change url for static files in /wp-admin with a cdn url
- Many Rewrite Parameters/Rules
- title tag function
- query variables for custom taxonomies
- New to WP: links on static homepage are not working
- I want to change url structure of my created archieve pages
- URL issue after setting up Custom Structure in Settings >> Permalinks
- How to assign a default/priority taxonomy to be shown in url in case two taxonomy items are selected
- Replace an URL with an new URL which has a “?” in it
- Page Permalinks: Custom URLs
- Pass query param to custom page
- How do I fix the url when clicking on portfolio item?
- Running Gutenberg React in Development Mode
- Is there a blank theme framework compatible with WP 3.0? [closed]
- Plugin SVN & update API – how are plugins identified?
- Check for and enforce unique value in user-entered custom meta field in WP Admin
- Custom Search Query
- Removing fields from the Media Uploader/Gallery
- Managing Images for a WordPress Blog: Picasa or Flickr?
- When using the block.getSaveElement hook can you output different markup based on whether or not you are in the edit view or the live page view?
- What is causing this error? “Warning: Invalid argument”
- How wp_ajax_nopriv since WordPress 3.1
- WordPress native “playlist” shortcode. Next and Prev there are but with no icons. How to fix?
- Show post page only if the user has bought a specific product
- redirect product-category to a custom page
- custom headers for static home page and posts page
- How to redirect WooCommerce shop URL?
- Best way to implement a thumbnail-based gallery in WordPress?
- Why is my mod_rewrite not working?
- Show posts on a page based on a category and tag(s)
- Any tools for quickly grabbing comments / comment count?
- How to remove buttons from the WP Editor on the edit post page in the admin area
- Adding Page Attributes and Page Templates to Custom Post Type WP 4.7.3
- WordPress Locale Switching on Accept-Language Header
- How do I call in a category title on a category page in a child theme?
- Include custom JS without child theme
- Prepopulating a specific page template with HTML/CSS
- WordPress media uploader – upload tabs not hiding
- how to convert Html block to dynamic widget?
- Custom Log In Screen – Disable password recovery [duplicate]
- orderby in query_posts
- How to get every custom taxonomy names and urls?
- Instant install of wordpress
- Problem with theme activatation
- How to customize feed?
- Two description meta tags All in One SEO WordPress [closed]
- Create page as a file in my theme?
- Search URL parameters query [duplicate]
- Changing the the_author_posts_link() hover title
- How to display page ids as page slug names?
- How to add custom ‘layout’ buttons to wordpress editor?
- How to request container_class from wp_nav_menu
- Fatal error Call to a member function insert() on a non-object [closed]
- change top banner content on specific page
- Is “get_template_part” hierarchy possible?
- How to pass on a value as parameter via url to another page
- Custom Register Link on Backend Form
- Prevent WordPress from automatically installing a new theme each year
- Dynamic Sections
- customer specific email attachment
- How do I run a web app in my WordPress theme without the “wp-content/theme/…/webapp” in URL?
- mailchimp integration on a custom footer
- Can’t Customize WordPress Page
- Use Theme CSS in custom code
- Highly stylized pages
- How should I design subcategory login site?
- How do I change the button text color on my header?
- Replace featured image when shortcode is present
- Execute function with jQuery if widget added or removed?
- Disable post-new.php (default Post type)?
- Check get_post value after wp-admin login
- My connecting URL form in html to PHP does not work
- Multiple Owl Carousels on the same page with navigation problem
- Can I check who updated the static front page on WordPress and the time it was done
- Removing comma from ‘entry-date’ in Twenty-Sixteen theme
- call get_header() function from different theme
- Custom search results
- How to disable jQuery tabs when customizing the theme
- WordPress integration with Backbone or AngularJS
- How to support extra color options for shortcodes?
- retrieve theme custom settings
- pull custom fields values from wp-database in a nested foreach loop
- Custom CSS File wont work on second Page
- How to create a shortcode with HTML code in it and custom parameters/
- responsive screen not working [closed]
- I need to make the title of the page dynamic in my custom plugin
- Custom CSS working on home page but not on NEW created PAGE
- Custom Menu (only showing direct cildren) ACF not showing