wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_canonical_url › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( 'get_canonical_url', $canonical_url, $post )
Parameter: (2)
  • (string) $canonical_url The post's canonical URL.
    Erforderlich: Ja
  • (WP_Post) $post Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the canonical URL for a post.





Quellcode

return apply_filters( 'get_canonical_url', $canonical_url, $post );