post_content; $url=get_permalink(18036);
if(strpos($c,'
]*href="[^"]*numeros[^"]*">
]*este_portal#',$c)){ echo "ya enlazado\n"; return; }
// localizar el
y envolverlo
if(preg_match('#
]*este_portal\.gif[^>]*/?>#i',$c,$m)){
$img=$m[0];
$c=str_replace($img,''.$img.'',$c);
// linkDestination none->custom para el bloque (id 26996)
$c=preg_replace('#("id":26996,[^}]*?"linkDestination":")none(")#','${1}custom${2}',$c);
wp_update_post(["ID"=>$id,"post_content"=>$c]);
echo "OK enlazado este_portal -> $url\n";
} else echo "NO se encontrĂ³ img este_portal.gif en 42370 (prod)\n";
// verificar
if(preg_match('#
]*este_portal#',get_post($id)->post_content,$v)) echo "verif: -> ".$v[1]."\n";