function permitir_iframe_header() { header_remove('X-Frame-Options'); } add_action('send_headers', 'permitir_iframe_header');