Viewing 1 replies (of 1 total)
  • Plugin Author Luiz Bills

    (@luizbills)

    There no shortcode. You need put this code in your theme/functions.php

    add_filter( 'wc_force_auth_login_page_url', function ( $url ) {
    return 'https://yoursite.com/your-login-page';
    } );

Viewing 1 replies (of 1 total)
  • The topic ‘i want to change url’ is closed to new replies.