Filters an application password before it is inserted via the REST API.
Parameters
$prepared
stdClass- An object representing a single application password prepared for inserting or updating the database.
$request
WP_REST_Request- Request object.
Source
return apply_filters( 'rest_pre_insert_application_password', $prepared, $request );
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.