Invoice 14980

Comparar listados

Comparar
add_filter('wp_get_attachment_url', function($url) { // Verifica si la URL contiene un doble dominio incorrecto if (preg_match('/https?:\/\/casaoeste\.cl\/wp-content\/uploads\/(https?:\/\/.+)/', $url, $matches)) { return $matches[1]; // Devuelve solo la URL externa correcta } return $url; }, 10, 1);