Title: Checkify
Author: checkify
Published: <strong>2026년 5월 29일</strong>
Last modified: 2026년 8월 24일

---

플러그인 검색

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

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

# Checkify

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

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

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

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

## 설명

Checkify links your WordPress site to your Checkify business account. Once connected,
you can verify visitors using Checkify Passes and embed verification on any page.

**Core features:**

 * QR-based site connection (no API keys to copy)
 * Secure install keypair and short-lived site tokens
 * Verification profiles: human, age 18+, age 21+, age 25+
 * Public PHP API for satellite plugins (`checkify()` / `checkify_connector()`)
 * Shortcode: `[checkify_verify profile="is_human"]`
 * Local QR rendering in the browser (bundled QRCode.js)

**Optional satellite plugins:**

 * WooCommerce age gate
 * Contact Form 7 human verification
 * Checkify Page Gate — page/post protection
 * Login and comment protection

### External services

This plugin connects to Checkify services to provide human verification and optional
age verification.

Service used:

 * Checkify API: https://checkify.me
 * Checkify website: https://checkify.me

The plugin connects to Checkify when:

 * A site administrator creates a site connection claim.
 * A site administrator polls the status of a site connection claim.
 * A connected WordPress site creates a verification request.
 * A connected WordPress site checks the status of a verification request.
 * A connected WordPress site confirms a completed verification result.

The plugin may send the following data to Checkify services:

 * The WordPress site domain.
 * A Checkify site identifier.
 * A Checkify installation identifier.
 * A Checkify Pass identifier configured by the site administrator.
 * Verification request identifiers.
 * Verification status tokens.
 * Request timestamps.
 * Cryptographic signatures used to authenticate the WordPress installation.

The plugin does not use an external QR code generation service. QR codes are generated
locally in the visitor’s browser using the bundled QRCode.js library.

Checkify privacy policy: https://checkify.me/privacy-policy

Checkify terms: https://checkify.me/terms_and_conditions

### Third-party libraries

This plugin includes QRCode.js by davidshimjs to render QR codes locally in the 
browser.

Library: QRCode.js

Source: https://github.com/davidshimjs/qrcodejs

License: MIT

The QRCode.js license is included in `qrcode-license.txt`.

## 스크린샷

[[

[[

[[

## 설치

 1. Upload the plugin to `/wp-content/plugins/checkify/` or install via ZIP.
 2. Activate **Checkify** through the Plugins menu.
 3. Go to **Checkify** in the WordPress admin sidebar and follow **Setup instructions**
    at the top of the page.
 4. Generate a connection QR, scan with the Checkify app, and approve the site link.
 5. Copy your **Checkify Pass ID** for the connected Site:
 6.  * **App:** Manage business  Sites  select the site  Copy Pass ID
     * **Dashboard:** Sign in at https://checkify.me/business/login  Checkify Passes
       Copy Pass ID
 7. Paste the Pass ID into the plugin settings and save.
 8. Use `[checkify_verify]` on a page, or install a Checkify satellite plugin.

## FAQ

### Do I need a Checkify business account?

Yes. Site connection is approved by a business owner scanning the QR code in the
Checkify app.

### What PHP extensions are required?

The PHP sodium extension (libsodium) must be enabled.

### Can other plugins use Checkify verification?

Yes. Satellite plugins should call `checkify_connector()->is_verified( 'profile_key')`
after this connector is active.

### Does this plugin use an external QR code service?

No. QR codes are generated locally in the visitor’s browser using the bundled QRCode.
js library.

## 후기

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

## 기여자 & 개발자

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

기여자

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

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

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

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

## 변경이력

#### 1.2.2

 * Tested with WordPress 7.1 (no editor iframe, media pipeline, or Gutenberg component
   usage)
 * Public `checkify()` entry point plus site/verification/widget service APIs for
   feature plugins
 * Module registration and capability services used by Checkify for WooCommerce 
   and other satellites
 * Required for Checkify for WooCommerce 1.2.13+

#### 1.2.1

 * Move verification widget CSS from inline shortcode styles to enqueued verify-
   widget.css
 * Add checkify_connector()->enqueue_verify_widget_assets() for satellite plugins

#### 1.2.0

 * Dynamic age verification (10–110) with Verified or High Assurance levels
 * Pass API sends `verified_level` query parameter for age checks
 * Composite profile keys (e.g. `age:42:highAssurance`) with legacy `age_over_18`
   migration
 * Shortcode supports `age` and `assurance_level` attributes

#### 1.1.0

 * Rebuilt core using modular Connector architecture (replaces legacy monolithic
   plugin)
 * Pass API (`/v1/qr/pass/...`) with request types for human and age verification
   profiles
 * Unified Checkify Pass ID setting with automatic migration from legacy launcher
   option
 * Security hardening for verification session storage (`store-claim` binding)
 * Safer frontend verification widget JavaScript
 * Admin menu slug restored to `checkify` for WordPress.org compatibility

#### 1.0.0

 * Initial release: modular Checkify core plugin
 * Site connect, JWT minting, verification REST proxy, profiles, shortcode
 * Backward-compatible global functions for legacy Checkify plugin code

## 기초

 *  버전 **1.2.2**
 *  최근 업데이트: **11시간 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.1**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/checkify/)
 * 태그:
 * [age verification](https://ko.wordpress.org/plugins/tags/age-verification/)[captcha](https://ko.wordpress.org/plugins/tags/captcha/)
   [identity](https://ko.wordpress.org/plugins/tags/identity/)[privacy](https://ko.wordpress.org/plugins/tags/privacy/)
   [verification](https://ko.wordpress.org/plugins/tags/verification/)
 *  [고급 보기](https://ko.wordpress.org/plugins/checkify/advanced/)

## 평점

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

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

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

## 기여자

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

## 지원

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

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