Title: Coursenta
Author: Ashikhasoft
Published: <strong>2026년 8월 19일</strong>
Last modified: 2026년 9월 2일

---

플러그인 검색

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

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

# Coursenta

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

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

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

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

## 설명

Coursenta is a complete learning management system for WordPress. Create structured
courses with lessons and quizzes, sell access with flexible payment options, and
give students a modern learning experience.

**Features:**

 * Course builder with curriculum sections, lessons, and quizzes
 * Protected video delivery with token-based access
 * Cart, checkout, coupons, and partial payments
 * Student dashboard with progress, notes, bookmarks, and certificates
 * Guest checkout and custom login/register pages
 * Instructor profiles and course catalog with filters
 * Stripe, PayPal, Razorpay, and offline payment support
 * Order and enrollment management
 * Certificate templates and course completion tools

### External services

Coursenta can connect to third-party services when the corresponding feature or 
payment gateway is enabled. These connections are optional and are controlled by
the site administrator.

#### Stripe

When Stripe is enabled, Coursenta sends payment and order information required to
create and verify Checkout Sessions. This can include the order reference, amount,
currency, course name, and customer information required by Stripe to process the
transaction. Stripe may also send webhook events to the site’s Coursenta webhook
endpoint.

Service: https://stripe.com/
 Terms: https://stripe.com/in/legal Privacy: https://
stripe.com/in/legal/privacy-center

#### PayPal

When PayPal is enabled, Coursenta communicates with PayPal to authenticate the merchant,
create and capture checkout orders, and verify signed webhook events. Payment and
order information required to process the transaction may be sent to PayPal.

Service: https://www.paypal.com/
 Terms: https://www.paypal.com/in/legalhub/paypal/
home Privacy: https://www.paypal.com/in/legalhub/paypal/privacy-full

#### Razorpay

When Razorpay is enabled, Coursenta communicates with Razorpay to create and verify
payment orders and payments. Order reference, amount, currency, and customer information
required to process the transaction may be sent to Razorpay. Razorpay can also send
signed webhook events to the site’s Coursenta webhook endpoint.

Service: https://razorpay.com/
 Terms: https://razorpay.com/terms/ Privacy: https://
razorpay.com/privacy-policy/

#### YouTube

If a site administrator chooses YouTube as a course video provider, Coursenta embeds
the configured YouTube video player. The visitor’s browser communicates directly
with YouTube when the player is loaded or used. YouTube may receive information 
such as the visitor’s IP address, browser information, referring page, and video
interaction data according to YouTube’s policies.

Service: https://www.youtube.com/
 Terms: https://www.youtube.com/t/terms Privacy:
https://policies.google.com/privacy

#### Vimeo

If a site administrator chooses Vimeo as a course video provider, Coursenta embeds
the configured Vimeo player. The visitor’s browser communicates directly with Vimeo
when the player is loaded or used. Vimeo may receive information such as the visitor’s
IP address, browser information, referring page, and video interaction data according
to Vimeo’s policies.

Service: https://vimeo.com/
 Terms: https://vimeo.com/terms Privacy: https://vimeo.
com/privacy

## 스크린샷

[⌊Dashboard⌉⌊Dashboard⌉[

Dashboard

[⌊My learning⌉⌊My learning⌉[

My learning

[⌊Notes⌉⌊Notes⌉[

Notes

[⌊Bookmarks⌉⌊Bookmarks⌉[

Bookmarks

[⌊Wishlist⌉⌊Wishlist⌉[

Wishlist

[⌊Achievements⌉⌊Achievements⌉[

Achievements

[⌊Orders⌉⌊Orders⌉[

Orders

[⌊Preferences⌉⌊Preferences⌉[

Preferences

[⌊Courses⌉⌊Courses⌉[

Courses

[⌊Login⌉⌊Login⌉[

Login

[⌊Admin Settings⌉⌊Admin Settings⌉[

Admin Settings

## 설치

 1. Upload the `coursenta` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Go to **Coursenta  Setup** and complete the guided setup.
 4. Visit **Settings  Permalinks** and click **Save** to flush rewrite rules.

## FAQ

### Does Coursenta work with any theme?

Yes. Coursenta includes frontend templates and can be overridden from your theme
under `coursenta/`.

### Can guests purchase courses?

Yes, when guest checkout is enabled under **Coursenta  Settings  Cart & Checkout**.
Guest cart state is stored server-side using a secure cart token rather than a PHP
session.

### How do I configure payment webhooks?

Configure the webhook verification secret or ID for the relevant gateway under **
Coursenta  Settings  Payments** and use the site’s REST endpoint:

    ```
    https://example.com/wp-json/coursenta/v1/webhooks/payment/stripe
    ```

Replace `stripe` with `paypal` or `razorpay` for the corresponding gateway. Payment
webhooks are publicly reachable by design, but Coursenta verifies the provider signature
and validates the order, amount, and currency before marking an order as paid.

## 후기

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

## 기여자 & 개발자

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

기여자

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

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

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

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

## 변경이력

#### 0.3.4

 * Updated version to 0.3.4 for the next WordPress.org review submission.
 * Removed the global WordPress default-role override from plugin activation.
 * Hardened protected video playback tokens to require the issuing logged-in user.
 * Updated database date defaults for strict MySQL compatibility.

#### 0.3.1

 * Reworked guest cart persistence to avoid PHP sessions on normal frontend requests.
 * Hardened payment return verification for Stripe, PayPal, and Razorpay.
 * Added signed webhook verification and payment/order amount validation.
 * Added configurable PayPal and Razorpay webhook credentials.
 * Improved quiz submission authorization to require a valid course, lesson, and
   linked quiz.
 * Enabled guest coupon validation.
 * Removed the legacy `load_plugin_textdomain()` call for WordPress.org translation
   handling.
 * Updated plugin author and WordPress.org contributor information.

#### 0.3.0

 * Initial public release with courses, commerce, learning player, and student account
   features.

## 기초

 *  버전 **0.3.4**
 *  최근 업데이트: **1주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.1**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/coursenta/)
 * 태그:
 * [courses](https://ko.wordpress.org/plugins/tags/courses/)[e-learning](https://ko.wordpress.org/plugins/tags/e-learning/)
   [education](https://ko.wordpress.org/plugins/tags/education/)[lms](https://ko.wordpress.org/plugins/tags/lms/)
   [quiz](https://ko.wordpress.org/plugins/tags/quiz/)
 *  [고급 보기](https://ko.wordpress.org/plugins/coursenta/advanced/)

## 평점

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

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

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

## 기여자

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

## 지원

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

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