gpp_iframe_custom_css
Description
Filter custom CSS for the iframe.
Usage
Applied globally
add_filter( 'gpp_iframe_custom_css', 'my_custom_function' );Parameters
$css
string
Custom CSS string.
$form
array<string, mixed>
The form array.
$feed
array<string, mixed>
The feed array.