Title: Khushal Content Export to CSV
Author: Khushal Tank
Published: <strong>2026년 4월 11일</strong>
Last modified: 2026년 6월 17일

---

플러그인 검색

![](https://ps.w.org/khushal-content-export-to-csv/assets/icon-256x256.png?rev=3503955)

# Khushal Content Export to CSV

 작성자: [Khushal Tank](https://profiles.wordpress.org/khushal1995/)

[다운로드](https://downloads.wordpress.org/plugin/khushal-content-export-to-csv.1.4.3.zip)

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

 [지원](https://wordpress.org/support/plugin/khushal-content-export-to-csv/)

## 설명

**Khushal Content Export to CSV** lets administrators download **published** content
as CSV (or CSV + featured images in a ZIP) from the **Khushal CSV Export** screen.

ZIP exports use a short-lived folder under `wp-content/uploads/khushal-content-export-
to-csv/` (then removed), not the PHP system temp directory.

**Features**

 * Post types: posts, pages, and other **public** post types with UI (attachments
   excluded by default).
 * **Post content modes:** block markup (WordPress re-import), Webflow-oriented 
   HTML, rendered HTML, or plain text.
 * Columns: Post ID, type, title (or **Name** for Webflow), **slug**, content, date,
   author, featured image URL, paths, permalink, terms; optional Yoast / Rank Math
   columns.
 * **UTF-8 BOM** for Excel; CSV formula-injection mitigation.
 * **Security:** `manage_options`, `check_ajax_referer`, sanitized POST input.

**Developer hooks**

 * `kcecsv_export_query_args` — alter `WP_Query` args.
 * `kcecsv_exportable_post_types` / `kcecsv_excluded_post_types` — post type lists.
 * `kcecsv_export_block_content` — raw block export.
 * `kcecsv_export_webflow_html` — Webflow HTML before final cleanup.
 * `kcecsv_export_csv_cell` — each CSV cell string before formula escaping.

### Privacy

This plugin does not collect or sell personal data. Exports run on your server for
logged-in administrators only.

## 스크린샷

[⌊Export screen with format options and download buttons.⌉⌊Export screen with format
options and download buttons.⌉[

Export screen with format options and download buttons.

[[

## 설치

 1. Upload the `khushal-content-export-to-csv` folder to `/wp-content/plugins/`.
 2. Activate **Khushal Content Export to CSV** through the **Plugins** screen.
 3. Open **Khushal CSV Export** in the admin menu.

## FAQ

### Who can export?

Users with the **manage_options** capability (typically Administrators).

### Is this plugin affiliated with Webflow?

No. “Webflow” appears only to describe an optional export format for that platform’s
importers.

### Where are ZIP files built?

Inside `wp-content/uploads/khushal-content-export-to-csv/` as temporary session 
folders, then deleted after the download is sent.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Khushal Tank ](https://profiles.wordpress.org/khushal1995/)

[자국어로 “Khushal Content Export to CSV”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/khushal-content-export-to-csv)

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

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

## 변경이력

#### 1.4.3

 * Fix: include `assets/js/admin-export.js` and `assets/css/admin.css` (missing 
   from 1.4.2 package; export buttons did nothing).

#### 1.4.2

 * Tested up to WordPress 7.0.

#### 1.4.1

 * Align gettext text domain, `Text Domain` header, `Plugin URI`, `KCECSV_UPLOAD_SUBDIR`,
   admin menu slug, bootstrap filename, and plugin directory name with slug **`khushal-
   content-export-to-csv`** (WordPress.org review).

#### 1.4.0

 * Bump to **1.4.0** for directory upload (package still used legacy slug `khushal-
   content-export-csv` until **1.4.1**).

#### 1.3.0

 * Directory **`khushal-content-export-csv`**, bootstrap **`khushal-content-export-
   csv.php`**, text domain and **`KCECSV_UPLOAD_SUBDIR`** all **`khushal-content-
   export-csv`**.
 * Plugin URI: `https://wordpress.org/plugins/khushal-content-export-csv/` (superseded
   by slug-aligned URI in **1.4.1**).
 * ZIP staging remains under uploads (session folders), not `get_temp_dir()`.

#### 1.2.2

 * Interim release while the directory listing permalink differed from the **`khushal-
   content-export-csv`** package layout.

#### 1.2.1

 * Include files `class-kcecsv-*.php`; readme short line trimmed.

#### 1.2.0

 * Display name **Khushal Content Export to CSV**; uploads-based ZIP staging; hooks
   prefix `kcecsv_`.

#### 1.1.2

 * Plugin Check: textdomain, nonce, PHPCS stream/`the_content` notes.

#### 1.1.1

 * Remove `Update URI`; `languages/`; Tested up to 6.9.

#### 1.1.0

 * Security and readme for directory submission.

## 기초

 *  버전 **1.4.3**
 *  최근 업데이트: **3주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **7.0**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/khushal-content-export-to-csv/)
 * 태그:
 * [csv](https://ko.wordpress.org/plugins/tags/csv/)[export](https://ko.wordpress.org/plugins/tags/export/)
   [gutenberg](https://ko.wordpress.org/plugins/tags/gutenberg/)[pages](https://ko.wordpress.org/plugins/tags/pages/)
   [posts](https://ko.wordpress.org/plugins/tags/posts/)
 *  [고급 보기](https://ko.wordpress.org/plugins/khushal-content-export-to-csv/advanced/)

## 평점

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

[Your review](https://wordpress.org/support/plugin/khushal-content-export-to-csv/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/khushal-content-export-to-csv/reviews/)

## 기여자

 *   [ Khushal Tank ](https://profiles.wordpress.org/khushal1995/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/khushal-content-export-to-csv/)