wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



rest_get_authenticated_app_password › WordPress Function

Desde5.7.0
Obsoleton/a
rest_get_authenticated_app_password ( Sem parâmetros )
Retorna:
  • (string|null) The Application Password UUID, or null if Application Passwords was not used.
Definido em:
Codex:

Gets the Application Password used for authenticating the request.



Fonte

function rest_get_authenticated_app_password() {
	global $wp_rest_application_password_uuid;

	return $wp_rest_application_password_uuid;
}