Warning: This hook has been deprecated. Replaced with llms_{$method}_refund_title instead.
apply_filters_deprecated( "llms_{$method}_title", string $method )
Filters the refund method title for custom refund methods.
Description Description
The dynamic portion of this hook, {$method}, represents the ID of the custom refund method.
Parameters Parameters
- $method
-
(string) The method ID.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 7.0.0 | Replaced with llms_{$method}_refund_title. |
| 3.0.0 | Introduced. |