gpqr_content_pre_generate
Description
Filter the content of a code before its generated. Useful for encoding/decoding entities, etc.
Usage
add_filter( 'gpqr_content_pre_generate', 'my_custom_function' );
Parameters
content string
Content being used to generate the code.
params array
Params used to generate the code. Includes settings like size, colors, etc.
Since
This filter is available since Gravity Forms QR Code 1.0-beta-2.5.