Forum Replies Created

Viewing 1 replies (of 1 total)
  • ssbhatia

    (@ssbhatia)

    Hi ckennon,

    Try this:

    add_filter( 'register_url', 'my_register_url');
    function my_register_url( $register_url ) {
        return home_url( '/signon/' );
    }

    Although, I would suggest creating a page with name register instead of signon for registration purposes.

Viewing 1 replies (of 1 total)