apply_filters( 'bp_get_canonical_url', string $canonical_url , array $args )
Filters the canonical url of the current page.
Description Description
Parameters Parameters
- $canonical_url
-
Canonical URL of the current page.
- $args
-
Array of arguments to help determine canonical URL.
Source Source
File: bp-core/bp-core-catchuri.php
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |