WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about application_password_is_api_request

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 336 /**
* 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.
*
* @since 5.6.0
*
* @param bool $is_api_request If this is an acceptable API request.
*/

Hook Parameters

Parameter Type Name Description
bool $is_api_request If this is an acceptable API request.