Filters an application password before it is inserted via the REST API.
$preparedstdClass$requestWP_REST_Requestwp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:594WP_REST_Application_Passwords_Controller::prepare_item_for_database() * * @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. */ return apply_filters( 'rest_pre_insert_application_password', $prepared, $request ); } /** * Prepares the application password for the REST response. * * @since 5.6.0Introduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.