HEX
Server: Apache
System: Linux vps-15179318.kohladvogados.com.br 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: kohlsol (1004)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: //usr/tmp/render-check-ai.php
<?php
$p = get_post(46);
$rendered = apply_filters('the_content', $p->post_content);
echo "shortcode cru: " . (preg_match('/\[ut_|\[vc_/', $rendered) ? "SIM (falhou)" : "nao (ok)") . "\n";
echo "h1 count: " . substr_count($rendered, '<h1') . "\n";