Title: Vatomi
Author: nK
Published: <strong>2018년 7월 22일</strong>
Last modified: 2019년 11월 2일

---

플러그인 검색

![](https://ps.w.org/vatomi/assets/banner-772x250.png?rev=2185064)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/vatomi/assets/icon-256x256.png?rev=2185064)

# Vatomi

 작성자: [nK](https://profiles.wordpress.org/nko/)

[다운로드](https://downloads.wordpress.org/plugin/vatomi.1.0.3.zip)

 * [세부사항](https://ko.wordpress.org/plugins/vatomi/#description)
 * [평가](https://ko.wordpress.org/plugins/vatomi/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/vatomi/#installation)
 * [개발](https://ko.wordpress.org/plugins/vatomi/#developers)

 [지원](https://wordpress.org/support/plugin/vatomi/)

## 설명

### Features

 * Envato oAuth button in registration form
 * AwesomeSupport integration for Envato products
 * Activation API for themes and plugins developers

### Activation themes/plugins for developers

 1. Fill settings in **wp_admin > Vatomi > Settings > Envato Settings**
 2. Create Licenses page in **wp_admin > Vatomi > Settings > Licenses**
 3. Use these links to let users activate your theme/plugin:
 4.  * Activate
     *     ```
           <a href="<?php echo esc_attr( 'https://{YOUR_SITE}/licenses/?vatomi_item_id={ITEM_ID}&vatomi_action=activate&vatomi_site=' . urlencode( home_url( '/' ) ) . '&vatomi_redirect=' . urlencode( admin_url( 'admin.php?page={YOUR_THEME_PAGE}' ) ) ); ?>" class="button button-primary">Activate</a>
           ```
       
     * After button clicked, user will be redirected back to their site on the page`
       admin_url( 'admin.php?page={YOUR_THEME_PAGE}' )` with available GET variables,
       that you can use:
        - **vatomi_action** (activate, deactivate)
        - **vatomi_item_id** (item ID)
        - **vatomi_license_code** (Envato purchase code)
     * Deactivate
     *     ```
           <a href="<?php echo esc_attr( 'https://{YOUR_SITE}/licenses/?vatomi_item_id={ITEM_ID}&vatomi_action=deactivate&vatomi_license={PURCHASE_CODE}&vatomi_redirect=' . urlencode( admin_url( 'admin.php?page={YOUR_THEME_PAGE}' ) ) ); ?>" class="button button-primary">Deactivate</a>
           ```
       
     * After button clicked, user will be redirected back to their site on the page`
       admin_url( 'admin.php?page={YOUR_THEME_PAGE}' )` with available GET variables,
       that you can use:
        - vatomi_action (activate, deactivate)
        - vatomi_item_id (item ID)
        - vatomi_license_code (Envato purchase code)

After theme/plugin activated, you will be able to use Vatomi API:

 * Get URL to ZIP file:
 *     ```
       https://{YOUR_SITE}/wp-json/vatomi/v1/envato/item_wp_url/{ITEM_ID}?license={PURCHASE_CODE}&site={ACTIVATED_SITE_ADDRESS}
       ```
   
 * Get item current version number:
 *     ```
       https://{YOUR_SITE}/wp-json/vatomi/v1/envato/item_version/{ITEM_ID}
       ```
   
 * Check valid purchase code (if user purchased item from you):
 *     ```
       https://{YOUR_SITE}/wp-json/vatomi/v1/envato/check_license/{PURCHASE_CODE}
       ```
   

## 설치

#### Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers
itself and you don’t need to leave your web browser. To do an automatic install 
of Vatomi, log in to your WordPress dashboard, navigate to the Plugins menu and 
click Add New.

In the search field type Vatomi and click Search Plugins. Once you’ve found our 
plugin you can view details about it such as the point release, rating and description.
Most importantly of course, you can install it by simply clicking “Install Now”.

#### Manual installation

The manual installation method involves downloading our Vatomi plugin and uploading
it to your webserver via your favourite FTP application. The WordPress codex contains
[instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Vatomi”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ nK ](https://profiles.wordpress.org/nko/)

[자국어로 “Vatomi”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/vatomi)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/vatomi/)는, [SVN 저장소](https://plugins.svn.wordpress.org/vatomi/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/vatomi/)을 [RSS](https://plugins.trac.wordpress.org/log/vatomi/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.3

 * improved user search code
 * changed logs prune to transient instead of cron
 * removed permission callback from rest endpoints because called twice
 * fixed license deactivation redirection when not enough data (always redirect 
   if we have redirection url and item id)

#### 1.0.2

 * added transient to Envato products api method
 * updated buttons on licenses page
 * fixed redirect urls while license activation

#### 1.0.1

 * fixed ajax purchase verification
 * added plugin version in enqueued assets

#### 1.0.0

 * Initial Release

## 기초

 *  버전 **1.0.3**
 *  최근 업데이트: **7년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 4.8.0 또는 그 이상 **
 *  다음까지 시험됨: **5.3.24**
 *  PHP 버전 ** 5.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/vatomi/)
 * 태그:
 * [activation](https://ko.wordpress.org/plugins/tags/activation/)[envato](https://ko.wordpress.org/plugins/tags/envato/)
   [license](https://ko.wordpress.org/plugins/tags/license/)[oauth](https://ko.wordpress.org/plugins/tags/oauth/)
   [support](https://ko.wordpress.org/plugins/tags/support/)
 *  [고급 보기](https://ko.wordpress.org/plugins/vatomi/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/vatomi/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/vatomi/reviews/)

## 기여자

 *   [ nK ](https://profiles.wordpress.org/nko/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/vatomi/)