Share Draft Preview Links Share expiring preview URLs for drafts-no login for viewers, optional search-engine hints in settings.
What it does
Section titled “What it does”Share expiring preview URLs for drafts-no login for viewers, optional search-engine hints in settings.
- Can change front-end scripts, styles, or head markup.
- Controls comments or comment-related UI.
- Affects the WordPress REST API.
- Includes settings so you can tune this module for your site.
- Activate license.
- Preview Link Expiry (Days).
- Public Preview for Drafts.
When to use it
Section titled “When to use it”Enable it if:
- You specifically need: Share expiring preview URLs for drafts-no login for viewers, optional search-engine hints in settings.
- You want this Content feature without installing a separate plugin for it.
When not to use it
Section titled “When not to use it”Settings
Section titled “Settings”Options you can configure for this module include:
- Activate license
- Preview Link Expiry (Days)
- Public Preview for Drafts
- Public preview
- Copy link
- Refresh link
- Public preview URL
- Public preview of this draft
How to enable it
Section titled “How to enable it”- Go to WP PowerSuite -> Modules.
- Open Content or search for “Share Draft Preview Links”.
- Toggle Share Draft Preview Links on.
- Confirm WP PowerSuite Pro is installed and your license is active.
- Open the module settings and save.
Toggle it off anytime to stop this module from loading.
How to test it
Section titled “How to test it”- Confirm Share Draft Preview Links is enabled under WP PowerSuite -> Modules -> Content.
- Use the feature this module controls (the admin UI, front-end behavior, upload, login flow, etc.).
- ✅ Pass: you see the module-specific behavior described above.
- ❌ Fail: re-check this module’s settings and Pro install/license, then look for another plugin doing the same job.
Troubleshooting
Section titled “Troubleshooting”- No change after enabling. Confirm the toggle is on, hard-refresh, and review this module’s settings.
- Conflicts. Temporarily disable other plugins that implement the same feature.
- Locked / inactive. Install WP PowerSuite Pro beside the free plugin and activate your license.
- Unexpected side effect. Toggle Share Draft Preview Links off to revert, then re-enable with adjusted settings.
Manage with WP-CLI
Section titled “Manage with WP-CLI”Prefer the command line? You can turn this module on or off with WP-CLI instead of the dashboard:
# Turn the module onwp powersuite module enable public-preview-for-drafts
# Turn the module offwp powersuite module disable public-preview-for-drafts
# Check whether it is on, its category, and where its settings livewp powersuite module get public-preview-for-draftsManaging more than one site? Add --url=https://example.com to point a command at one site. If this is a Pro module, install WP PowerSuite Pro and activate your license first. New to WP-CLI? See the full command guide.
What does Share Draft Preview Links do?
Share expiring preview URLs for drafts-no login for viewers, optional search-engine hints in settings.
Is Share Draft Preview Links included in WP PowerSuite Pro?
Yes. Share Draft Preview Links ships in the WP PowerSuite Pro add-on. Install Pro beside the free plugin and activate your license.
Does Share Draft Preview Links have settings?
Yes. Open module settings from WP PowerSuite -> Modules after enabling it.
How do I turn Share Draft Preview Links off?
Go to WP PowerSuite -> Modules, find Share Draft Preview Links, and toggle it off.
Developer notes (hooks & filters)
Source: modules/public-preview-for-drafts/admin.php, modules/public-preview-for-drafts/module.php.
Boot: standard · context: admin, frontend, rest.
Hooks (non-exhaustive): rest_api_init, post_row_actions, page_row_actions, {$post_type}_row_actions, post_submitbox_misc_actions, enqueue_block_editor_assets, admin_print_footer_scripts-post.php, admin_print_footer_scripts-post-new.php, query_vars, pre_get_posts, parse_query, wp_robots, wp_head, posts_results, comments_open, pings_open.