apply_filters( 'bp_modify_document_title_parts', array $bp_title , array $title )
Filters BuddyPress title parts that will be used into the document title.
Description Description
Parameters Parameters
- $bp_title
-
The BuddyPress page title parts.
- $title
-
The original WordPress title parts.
Source Source
File: bp-core/bp-core-filters.php
Changelog Changelog
Version | Description |
---|---|
2.4.3 | Introduced. |