bp_setup_title()

Fire the ‘bp_setup_title’ action, where plugins should modify the page title.

Description

Source

File: bp-core/bp-core-dependency.php

181
182
183
184
185
186
187
188
189
function bp_setup_title() {
 
    /**
     * Fires inside the 'bp_setup_title' function, where plugins should modify the page title.
     *
     * @since BuddyPress 1.5.0
     */
    do_action( 'bp_setup_title' );
}

Changelog

Changelog
Version Description
BuddyPress 1.5.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.