HORARIOS:
- }Lunes a Viernes: 8:00am – 6:00pm
- }Sábados: 8:00am – 2:00pm
ATENCIÓN AL CLIENTE:
- 914 428 416
- (01) 480 311
- ventas@tufibraperu.com
PUNTO DE VENTA:
- Av. Mariano Condorcanqui MZ. WL LT. 18 19 Urb. Santo Domingo, cuarta etapa, CARABAYLLO
// Función para obtener y mostrar el contenido externo con URL personalizada // [mostrar_contenido_externo url="https://www.speedtest.net/es"] function mostrar_contenido_externo_shortcode($atts) { // Establecer los atributos por defecto del shortcode $atts = shortcode_atts(array( 'url' => '', ), $atts); // Verificar si se proporcionó una URL if (empty($atts['url'])) { return 'Por favor, proporciona una URL válida.'; } // Recuperar el contenido HTML de la URL $response = wp_remote_get($atts['url']); if (is_array($response) && !is_wp_error($response)) { // Obtener el contenido HTML de la respuesta $html_content = wp_remote_retrieve_body($response); // Modificar el contenido HTML para agregar estilos CSS $html_content_with_css = '