Proxy\Plugin\XHamsterPlugin::img_sprite PHP Method

img_sprite() private method

private img_sprite ( $matches )
    private function img_sprite($matches)
    {
        return str_replace($matches[1], proxify_url($matches[1], $matches[1]), $matches[0]);
    }