wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



rest_get_authenticated_app_password › WordPress Function

Seit5.7.0
Veraltetn/v
rest_get_authenticated_app_password ( Keine Parameter )
Gibt zurück:
  • (string|null) The Application Password UUID, or null if Application Passwords was not used.
Definiert in:
Codex:

Gets the Application Password used for authenticating the request.



Quellcode

function rest_get_authenticated_app_password() {
	global $wp_rest_application_password_uuid;

	return $wp_rest_application_password_uuid;
}