bp_add_permastructs()

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


Description Description


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

Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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