bbPress::setup_current_user()
Setup the currently logged-in user
Description Description
Source Source
File: bbpress.php
public function setup_current_user() {
$this->current_user = wp_get_current_user();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |