apply_filters( "bp_{$this->id}_slug", string $value )
Filters the slug to be used for the permalink URI chunk after root.
Description Description
Parameters Parameters
- $value
-
Slug to use in permalink URI chunk.
Source Source
File: bp-core/classes/class-bp-component.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |