• Resolved alexparsm

    (@alexparsm)


    Yoast OG URL isnt changing, adding filter seems to fix it.

    add_filter( 'wpseo_opengraph_url', array($this, 'replace_yoast_opengraph_url'), 10);
    
    public function replace_yoast_opengraph_url($url){
    return $this->replace_uri($url);
    }
Viewing 1 replies (of 1 total)
  • Plugin Author matthias.wagner

    (@matthiaswagner)

    hello!
    thank you for that hint and for providing the filter. we added this to our backlog to include it in one of the next updates 🙂

    matt

Viewing 1 replies (of 1 total)

The topic ‘Yoast opengraph url’ is closed to new replies.