Description
This filter hook filters the $entry array after it has been sanitized.
Usage
add_filter( 'wprequal_entry', 'your_custom_function', 10, 1 );
Parameters
$entry Array The entry array.
Returns
$entry Array The filtered entry array.
Example
Add a Google click ID into the entry array.