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



rest_get_authenticated_app_password › WordPress Function

Od5.7.0
Przestarzałyn/a
rest_get_authenticated_app_password ( Brak parametrów )
Powrót:
  • (string|null) The Application Password UUID, or null if Application Passwords was not used.
Zdefiniowane na:
Codex:

Gets the Application Password used for authenticating the request.



Źródło

function rest_get_authenticated_app_password() {
	global $wp_rest_application_password_uuid;

	return $wp_rest_application_password_uuid;
}