| 开发者 | abdulrehmanseo |
|---|---|
| 更新时间 | 2026年7月6日 20:06 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
.docx file with one click.
The export is generated securely on your own server. No content is sent to an external service, and no third-party PHP library is required.
Features
ZipArchive extension.postora_docx_process_shortcodes filter.
postora-export-for-docx folder to /wp-content/plugins/, or install the plugin ZIP through Plugins > Add New > Upload Plugin.ZipArchive during activation.Yes. Draft export is one of the plugin's primary use cases. Downloading a draft does not publish or modify it.
The default interface supports the regular Posts post type. Developers can add pages or custom post types with the postora_docx_supported_post_types filter; the plugin then adds the relevant row action and editor meta box automatically.
Yes. Featured images and inline images stored in the local WordPress uploads directory are embedded in the DOCX file. Remote images are not downloaded.
Yes. An export can include up to 50 unique images, with a maximum of 20 MB per image and 100 MB of image data in total. Repeated uses of the same image are deduplicated.
It requires PHP's ZipArchive extension. The plugin checks for this during activation and displays a clear error when it is unavailable. The DOM extension is optional because the plugin includes a fallback HTML parser.
No, not by default. Developers can enable trusted shortcode processing with the postora_docx_process_shortcodes filter.
No. All processing happens on your WordPress server. The plugin makes no remote requests and includes no analytics or tracking.
Yes. Developers can use the postora_docx_metadata_settings and postora_docx_metadata_lines filters to remove or customise status, author, modified-date, and category information.
ZipArchive.