bp_add_permastructs()

Fire the ‘bp_add_permastructs’ action, where BP adds its BP-specific permalink structure.

Description

Source

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

function bp_add_permastructs() {

	/**
	 * Fires inside the 'bp_add_permastructs' function, where BP adds its BP-specific permalink structure.
	 *
	 * @since BuddyPress 1.9.0
	 */
	do_action( 'bp_add_permastructs' );
}

Changelog

Changelog
Version Description
BuddyPress 1.9.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.