bp_setup_canonical_stack()
Fire the ‘bp_setup_canonical_stack’ action, where plugins should set up their canonical URL.
Description
Source
File: bp-core/bp-core-dependency.php
function bp_setup_canonical_stack() {
/**
* Fires inside the 'bp_setup_canonical_stack' function, where plugins should set up their canonical URL.
*
* @since BuddyPress 2.1.0
*/
do_action( 'bp_setup_canonical_stack' );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 2.1.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.