Ejemplo n.º 1
0
function wp_currencies($content)
{
    $c = new Currencies();
    return $c->replace($content);
}