BP_Component::add_rewrite_tags()
Add any additional rewrite tags.
Description Description
Source Source
File: bp-core/classes/class-bp-component.php
public function add_rewrite_tags() { /** * Fires in the add_rewrite_tags method inside BP_Component. * * This is a dynamic hook that is based on the component string ID. * * @since 1.5.0 */ do_action( 'bp_' . $this->id . '_add_rewrite_tags' ); }
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |