apply_filters( 'bp_modify_page_title', string $new_title , string $title , string $sep , string $seplocation )
Filters the older ‘wp_title’ page title for BuddyPress pages.
Parameters Parameters
- $new_title
-
(string) The BuddyPress page title.
- $title
-
(string) The original WordPress page title.
- $sep
-
(string) The title parts separator.
- $seplocation
-
(string) Location of the separator (left or right).
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |