gpqr_content_pre_generate

  1. Description
  2. Usage
  3. Parameters
  4. Since

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.