bp_setup_canonical_stack()

Fire the ‘bp_setup_canonical_stack’ action, where plugins should set up their canonical URL.


Description Description


Source 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 2.1.0
	 */
	do_action( 'bp_setup_canonical_stack' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.