Table of Contents
Description #
This filter is available before rendering the payment shortcodes.
apply_filters('fluentform_payment_smartcode', '', $property, self::getInstance());
Usage #
The following would apply to all forms:
add_filter('fluentform_payment_smartcode', function($property){
return $property;
}, 10, 1);
Parameters #
- $property (array) Smartcode Property
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Services/FormBuilder/ShortCodeParser.php