fg_entryautomation_after_export

Description

This action is executed after entries have been exported.

Usage

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

Parameters

Examples

Removing Header from CSV Export

This example removes the header line from a CSV export file.