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.


Top ↑

Parameters Parameters

$method

(string) The method ID.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Replaced with llms_{$method}_refund_title.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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