woocommerce_email_editor_allowed_iframe_style_handles

woocommerce_email_editor_allowed_iframe_style_handles

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.2.2

apply_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