gpp_iframe_template_vars
Description
Filter the template variables passed to the iframe template.
Usage
Applied globally
add_filter( 'gpp_iframe_template_vars', 'my_custom_function' );Parameters
$template_vars
array<string, mixed>
The template variables.
$form
array<string, mixed>
The form array.
$feed
array<string, mixed>
The feed array.