gpns_evaluate_conditional_logic_on_send
Description
Whether conditional logic should be evaluated when sending scheduled notifications.
Note: This does not control whether conditional logic is evaluated when the notification is initially scheduled when the original event is triggered.
Usage
Apply to all applicable fields on all forms.
add_filter( 'gpns_evaluate_conditional_logic_on_send', '__return_true' );
Apply to all applicable fields on a specific form.
add_filter( 'gpns_evaluate_conditional_logic_on_send_FORMID', '__return_true' );
Parameters
do_conditional_logic bool
Whether conditional logic should be evaluated.
form array
The current form.
entry array
The current entry.
notifications array
The notifications queued for the current form.
Since
This filter is available since Gravity Forms Notification Scheduler 1.0.2.