/home/techb158/public_html/wp-content/plugins/wordpress-seo/src/presenters
Edit: /home/techb158/public_html/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php (1149B)
presentation->robots, true ) ) {
return '';
}
/**
* Filter: 'wpseo_canonical' - Allow filtering of the canonical URL put out by Yoast SEO.
*
* @param string $canonical The canonical URL.
* @param Indexable_Presentation $presentation The presentation of an indexable.
*/
return \urldecode( \trim( (string) \apply_filters( 'wpseo_canonical', $this->presentation->canonical, $this->presentation ) ) );
}
}