Viewing 5 replies - 1 through 5 (of 5 total)
  • +1

    evanmichael

    (@evanmichael)

    +1

    Plugin Author YITHEMES

    (@yithemes)

    Hi again,

    We’re working on a fix for this problem
    If you want to test it right now, you can try to change class.yith-wcaf-shortcode.php in wp-content/plugins/yith-woocommerce-affiliates/includes/ @line 90, changig this

    if ( str_replace( 'www.', '', $parsed_original_url['host'] ) != $_SERVER['SERVER_NAME'] ) {

    to this

    if ( str_replace( 'www.', '', $parsed_original_url['host'] ) != str_replace( 'www.', '', $_SERVER['SERVER_NAME'] ) ) {

    Can you please let me know?

    Thanks for your patience
    Have a nice day

    Luiz Bills

    (@luizbills)

    works here
    thanks

    Plugin Author YITHEMES

    (@yithemes)

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Generate link’ is closed to new replies.