apply_filters( 'llms_manual_refund_id', string $refund_id )
Filters the refund id for manual refunds.
Description Description
The default refund ID is a microtime string generated by uniqid()
.
Parameters Parameters
- $refund_id
-
(string) The refund ID.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |