rest_pre_insert_application_password

rest_pre_insert_application_password

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('rest_pre_insert_application_password') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php line 594
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
         *
         * @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.0