payment_method;
$method = apply_filters_deprecated(
'fluentform_payment_method_public_name_' . $method,
[
$method
],
FLUENTFORM_FRAMEWORK_UPGRADE,
'fluentform/payment_method_public_name_' . $method,
'Use fluentform/payment_method_public_name_' . $method . ' instead of fluentform_payment_method_public_name_' . $method
);
echo ucfirst(
apply_filters(
'fluentform/payment_method_public_name_' . $method,
$method
)
); ?>