gpep_post_file_population

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

Description

Process the file upload data after it has been populated.

Usage

add_action( 'gpep_post_file_population', 'your_function_name', 10, 3 );

add_action( 'gpep_post_file_population_{FORM_ID}', 'your_function_name', 10, 3 );

add_action( 'gpep_post_file_population_{FORM_ID}_{FIELD_ID}', 'your_function_name', 10, 3 );

Parameters

  • file_upload_data array

    The file upload data.

  • form array

    The current form.

  • field \GF_Field

    The current field.

Since

This action is available since Gravity Forms Easy Passthrough 1.9.34.