apply_filters( "llms_get_gateway_{$key}", mixed $val, string $gateway_id )

Filters the value of a gateway option


Description Description

The dynamic portion of the hook, {$key}, refers to the unprefixed option name.


Top ↑

Parameters Parameters

$val

(mixed) Option value.

$gateway_id

(string) Payment gateway ID.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.payment.gateway.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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