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