Set up the current user.
Source
public function init() {
wp_get_current_user();
}
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
CARVIEW |
Set up the current user.
public function init() {
wp_get_current_user();
}
Uses | Description |
---|---|
wp_get_current_user()wp-includes/pluggable.php | Retrieves the current user object. |
Used by | Description |
---|---|
WP::main()wp-includes/class-wp.php | Sets up all of the variables required by the WordPress environment. |
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.