wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



rest_get_authenticated_app_password › WordPress Function

Da5.7.0
Deprecaton/a
rest_get_authenticated_app_password ( Nessun parametro )
Ritorna:
  • (string|null) The Application Password UUID, or null if Application Passwords was not used.
Definito a:
Codex:

Gets the Application Password used for authenticating the request.



Sorgenti

function rest_get_authenticated_app_password() {
	global $wp_rest_application_password_uuid;

	return $wp_rest_application_password_uuid;
}