wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



rest_get_authenticated_app_password › WordPress Function

Depuis5.7.0
Dépréciéen/a
rest_get_authenticated_app_password ( Pas de paramètres )
Retourne:
  • (string|null) The Application Password UUID, or null if Application Passwords was not used.
Défini(e) dans:
Codex:

Gets the Application Password used for authenticating the request.



Source

function rest_get_authenticated_app_password() {
	global $wp_rest_application_password_uuid;

	return $wp_rest_application_password_uuid;
}