function aig_generate_caption($post_id) { $post = get_post($post_id); if (!$post) return ''; // contenido original con formato $html = apply_filters('the_content', $post->post_content); // =============================== // 1) Eliminar TODOS los títulos H1, H2, H3 // =============================== $html = preg_replace('/]*>.*?<\/h[1-3]>/is', '', $html); // =============================== // 2) Eliminar párrafos con “Categoría” // =============================== $html = preg_replace('/]*>.*?(Categoría|Categoria|Category)\s*:.*?<\/p>/is', '', $html); // =============================== // 3) Extraer todos los párrafos reales // =============================== $paragraphs = []; if (preg_match_all('/]*>(.*?)<\/p>/is', $html, $m)) { foreach ($m[1] as $p) { $txt = trim(strip_tags($p)); if ($txt !== '') $paragraphs[] = $txt; } } // fallback si no encuentra

if (empty($paragraphs)) { $lines = preg_split('/\r\n|\r|\n/', strip_tags($html)); foreach ($lines as $ln) { $ln = trim($ln); if ($ln !== '') $paragraphs[] = $ln; } } // =============================== // 4) Tomar el PRIMER párrafo real // =============================== $selected = isset($paragraphs[0]) ? $paragraphs[0] : ''; // =============================== // 5) Extraer hashtags HUMANOS // =============================== $hashtags = []; // Extrae hashtags válidos (letras + números como mínimo 2 caracteres) preg_match_all('/#([A-Za-z\p{L}][A-Za-z0-9\p{L}_]{2,})/u', $html, $tag_matches); if (!empty($tag_matches[0])) { $hashtags = array_unique($tag_matches[0]); } // =============================== // 6) Armar texto final // =============================== $final = trim($selected); if (!empty($hashtags)) { $final .= "\n\n" . implode(' ', $hashtags); } return $final; } ai archivos - ACERO GYM FITNESS

Copyright © 2025 Acero Gym Fitness - General Roca - Río Negro - Argentina *** Acero Gym Fitness Gimnasio y Consultora OnLine - Domicilio Fiscal: D.F Sarmiento 650 - General Roca - Río Negro - Argentina Propietario: Christian W. Hildebrandt - CUIT: 20-21387029-8 ***

error:
ACERO GYM FITNESS
Politica de privacidad

Esta web utiliza cookies para que podamos ofrecerte la mejor experiencia de usuario posible. La información de las cookies se almacena en tu navegador y realiza funciones tales como reconocerte cuando vuelves a nuestra web o ayudar a nuestro equipo a comprender qué secciones de la web encuentras más interesantes y útiles.

Para información adicional sobre politicas de privacidad de la Web del Gimnasio Acero Gym Fitness les dejamos este enlace: Politicas de Cookies