WACK Preview
WordPress plugin that helps you to implement a preview system for unpublished drafts on your frontend application.
by KODANSHAtech LLC. · github.com/kodansha/wack-preview · website
★ 0stars
925composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/kodansha/wack-preview/archive/refs/heads/main.zipAlso on Packagist as kodansha/wack-preview:
composer require kodansha/wack-previewFrom the readme
WACK Preview
WACK Preview is a WordPress plugin that helps you to implement a preview
system for unpublished drafts on your frontend application.
How it works
Originally designed for use with the WACK Stack, this plugin can also be used
with other decoupled, headless WordPress setups that use separate frontend
applications, such as those utilizing the REST API or WPGraphQL.
This plugin replaces the default permalinks and preview links for posts (and
other custom post types) generated by WordPress.
Preview links are generated with a JWT token as a parameter. By verifying this
JWT using the same secret key on your frontend application, you can ensure the
token was legitimately generated by WordPress. This lets you securely fetch data
before it is published.
Installation
- Requires PHP 8.2 or later
- Requires WordPress 6.9 or later
- Requires Composer
Using Composer
[!NOTE]
This plugin is not available on the WordPress.org plugin repository.
The only installation method currently available is through Composer.
Configuration
To use WACK Preview, you need to configure URL mappings for displaying pages on
the frontend. Additionally, you must set up a secret token for previe
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.3.0 | Jul 23, 2026 |
| v0.2.1 | Feb 26, 2026 |
| v0.2.0 | Feb 25, 2026 |
| v0.1.5 | May 26, 2025 |
| v0.1.4 | Apr 9, 2025 |
| v0.1.3 | Mar 25, 2025 |
| v0.1.2 | Mar 13, 2025 |
| v0.1.1 | Mar 13, 2025 |
| v0.1.0 | Mar 12, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.