text->getText(); if (strstr($text, '[traficar]')) { $traficar = new Traficar(); $nearest = $traficar->nearestCarText(); $text = str_replace('[traficar]', $nearest, $text); } return $text; } }