wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_currentuserinfo › WordPress Function

Od0.71
Przestarzały4.5.0
get_currentuserinfo ( Brak parametrów )
Zobacz:
Powrót:
  • (bool|WP_User) False on XMLRPC Request and invalid auth cookie, WP_User instance otherwise.
Zdefiniowane na:
Codex:

Populate global variables with information about the currently logged in user.



Źródło

function get_currentuserinfo() {
	_deprecated_function( __FUNCTION__, '4.5.0', 'wp_get_current_user()' );

	return _wp_get_current_user();
}