WP::init()

In this article

Set up the current user.

Source

public function init() {
	wp_get_current_user();
}

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.