Skip to content

Instantly share code, notes, and snippets.

View joshcoxjcs's full-sized avatar

Josh Cox joshcoxjcs

View GitHub Profile
@joshcoxjcs
joshcoxjcs / wp-shareable-draft-preview.php
Created April 30, 2026 10:54
Share WordPress draft posts for client review without a plugin - drop in functions.php
<?php
/**
* Shareable draft preview for WordPress.
*
* Add ?key=YOUR_KEY to any post URL to preview drafts, pending,
* and scheduled posts without logging in.
*
* Change the key value below to something unique and hard to guess.
*/
add_action('pre_get_posts', 'allow_draft_preview');