gpp_iframe_before_form
Description
Action before the form is rendered.
Usage
Applied globally
add_action( 'gpp_iframe_before_form', 'my_custom_function' );Parameters
$form
array<string, mixed>
The form array (empty array for no-form popups).
$feed
array<string, mixed>
The feed array.