Description
This action hook fires after the post entry has completed. The $entry array has already been sanitized.
Usage
add_action( 'wprequal_after_post_entry', 'your_custom_function', 10, 1 );
Parameters
$entry Array The entry array.
Example
Send an HTTP POST request using the $entry array.
Example 2
Send a confirmation email using the $entry array.