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



application_password_is_api_request › Filtr WordPress Hooks

Od5.6.0
Przestarzałyn/a
apply_filters( 'application_password_is_api_request', $is_api_request )
Parametry:
  • (bool) $is_api_request If this is an acceptable API request.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether this is an API request that Application Passwords can be used on.

By default, Application Passwords is available for the REST API and XML-RPC.





Źródło

$is_api_request = apply_filters( 'application_password_is_api_request', $is_api_request );