外掛標籤
開發者團隊
② 後台搜尋「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.
