Method: Checks if a given request has access to get the currently used application password for a user.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:484
Method: Retrieves the application password being currently used for authentication of a user.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:510
Method: Prepares links for the request.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:658
Method: Gets the requested user.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:681
Method: Gets the requested application password for a user.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:745
Method: Retrieves the query params for the collections.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:772
Method: Retrieves the application password’s schema, conforming to JSON Schema.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:785
Method: Performs a permissions check for the request.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:549
Method: Prepares an application password for a create or update operation.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:577
Filter Hook: Filters an application password before it is inserted via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:594
Method: Prepares the application password for the REST response.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:606
Filter Hook: Filters the REST API response for an application password.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:646
Method: Updates an application password.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:318
Method: Checks if a given request has access to delete all application passwords for a user.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:366
Method: Deletes all application passwords for a user.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:392
Method: Checks if a given request has access to get application passwords.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:112
Method: Checks if a given request has access to delete a specific application password for a user.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:421
Method: Retrieves a collection of application passwords.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:138
Method: Deletes an application password for a user.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:447
Method: Checks if a given request has access to get a specific application password.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:165
Method: Retrieves one application password from the collection.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:191
Method: Checks if a given request has access to create application passwords.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:209
Method: Creates an application password.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:235
Action Hook: Fires after a single application password is completely created or updated via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:273
Method: Checks if a given request has access to update application passwords.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:292
Class: Core class to access a user’s application passwords via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:17
Method: Application Passwords controller constructor.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:24
Method: Registers the REST API routes for the application passwords controller.
Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:34