bp_add_rewrite_tags()

Fire the ‘bp_add_rewrite_tag’ action, where BP adds its custom rewrite tags.


Description Description


Source Source

File: bp-core/bp-core-dependency.php

function bp_add_rewrite_tags() {

	/**
	 * Fires inside the 'bp_add_rewrite_tags' function, where BP adds its custom rewrite tags.
	 *
	 * @since 1.8.0
	 */
	do_action( 'bp_add_rewrite_tags' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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