Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php | apply_filters | 594 | /** * Filters an application password before it is inserted via the REST API. * * @since 5.6.0 * * @param stdClass $prepared An object representing a single application password prepared for inserting or updating the database. * @param WP_REST_Request $request Request object. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
stdClass | $prepared | An object representing a single application password prepared for inserting or updating the database. |
WP_REST_Request | $request | Request object. |