tags to */ class AMPforWP_Iframe_Sanitizer extends AMP_Base_Sanitizer { /** * Value used for height attribute when $attributes['height'] is empty. * * @since 0.2 * * @const int */ const FALLBACK_HEIGHT = 400; /** * Default values for sandboxing IFrame. * * @since 0.2 * * @const int */ const SANDBOX_DEFAULTS = 'allow-scripts allow-same-origin allow-popups'; /** * Tag. * * @var string HTML