Skip to content
Select theme
Get Started

Share Draft Preview Links

Summarize with AI

Share Draft Preview Links Share expiring preview URLs for drafts-no login for viewers, optional search-engine hints in settings.

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.

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.

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
  1. Go to WP PowerSuite -> Modules.
  2. Open Content or search for “Share Draft Preview Links”.
  3. Toggle Share Draft Preview Links on.
  4. Confirm WP PowerSuite Pro is installed and your license is active.
  5. Open the module settings and save.

Toggle it off anytime to stop this module from loading.

  • 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.
  • 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.

Prefer the command line? You can turn this module on or off with WP-CLI instead of the dashboard:

Terminal window
# Turn the module on
wp powersuite module enable public-preview-for-drafts
# Turn the module off
wp powersuite module disable public-preview-for-drafts
# Check whether it is on, its category, and where its settings live
wp powersuite module get public-preview-for-drafts

Managing 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.