| 开发者 | frolpaxa |
|---|---|
| 更新时间 | 2026年8月18日 17:22 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
srcset handling, and backup/recovery tools.
Delivery flow
srcset, classic content containing wp-image-ID, and the
[bitsplit id="123"] shortcode.
Storage
Incomplete blocks are stored in a plugin-owned directory resolved through
wp_upload_dir(), while reconstruction data stays in WordPress post metadata.
The plugin does not write web-server configuration files or require users to edit
server configuration.
Requirements
bitsplit-media-delivery folder to /wp-content/plugins/.No. Public content must reach the viewer's browser. BitSplit removes the simple ready-file URL and makes downloaders reproduce the reconstruction protocol.
No. The reconstruction-data transport uses standard cryptography, but the stored BitSplit block is an incomplete, unencrypted representation of the source.
No. Every feature and all executable code included in this WordPress.org package are available without payment, a license, a trial, or a quota.
The plugin attempts to restore protected image attachments to their normal public paths before removing its metadata. Keep a current exported manifest and filesystem backup before bulk operations.
No. The codec is implemented in PHP with GMP and in browser JavaScript.