woocommerce_email_editor_allowed_iframe_style_handles
woocommerce_email_editor_allowed_iframe_style_handles
Appears in: woocommerce.10.2.2
Hook Type: filter
Displaying hooks found in version: woocommerce.10.2.2apply_filters('woocommerce_email_editor_allowed_iframe_style_handles') is found 1 times:
- /packages/email-editor/src/Engine/class-settings-controller.php line 224
$allowed_iframe_style_handles[] = $handle . '-css'; } } return apply_filters( 'woocommerce_email_editor_allowed_iframe_style_handles', $allowed_iframe_style_handles ); } /** * Method to initialize iframe assets. * * @return void