Yoast opengraph url
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Yoast opengraph url’ is closed to new replies.