gfff_entry_queued
Description
Fires after an entry is queued for feed processing.
Usage
Applied globally
add_action( 'gfff_entry_queued', 'my_custom_function' );Parameters
$entry
array
The entry object.
$feed
array
The feed being processed.
$form
array
The form object.
$addon
GFFeedAddOn
The addon instance.
Since
1.1.12Hook added.