bp_setup_current_user()
Set up the currently logged-in user.
Description Description
Source Source
File: bp-core/bp-core-dependency.php
function bp_setup_current_user() {
/**
* Fires to set up the current user setup process.
*
* @since 1.7.0
*/
do_action( 'bp_setup_current_user' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |