function wp_getTags( $args ) {
        $this->escape( $args );

        $blog_id        = (int) $args[0];
        $username        = $args[1];