gpp_can_access_form
Description
Filter whether the current user can access the popup form.
Usage
Applied globally
add_filter( 'gpp_can_access_form', 'my_custom_function' );Parameters
$can_access
bool
Whether access is allowed.
$form
array<string, mixed>
The Gravity Forms form array.
$feed
array<string, mixed>
The GP Popups feed array.