apply_filters( "llms_{$method}_refund_title", string $method, LLMS_Transaction $transaction )

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.


Top ↑

Parameters Parameters

$method

(string) The method ID.

$transaction

(LLMS_Transaction) The transaction object.


Top ↑

Source Source

File: includes/models/model.llms.transaction.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.