gpp_iframe_template_output
Description
Filter the processed template output.
Usage
Applied globally
add_filter( 'gpp_iframe_template_output', 'my_custom_function' );Parameters
$output
string
The processed template HTML.
$template
string
The original custom template.
$form_html
string
The rendered form HTML.