Adds new post status "Secured with Link". Posts with this status will be accessible only with randomly generated token in URL.
As of April 2026, Secure post with link is a WordPress hide plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.7K+ times in total. Requires WordPress 4.5+ and PHP false+. Available on WordPress.org since 2016. Last updated 7 years ago — may have compatibility concerns. Top alternative: Email Encoder – Protect Email Addresses….
This plugin adds new status for posts (or pages/custom post types) called “Secured with link”. If you select this status, that specific post wouldn’t be accessible on its standard URL anymore, but you have to access it on URL with random token in it. This URL is displayed on post edit screen in administration.
For now, there is no administration screen yet. To configure plugin, you can inject your changes to plugin configuration array from your theme or plugin. Just put this code into functions.php file in your theme:
add_filter( 'lumi.secure_post_with_link.config', function( $config ){
$config[ 'allowed_post_types' ] = [ 'post', 'page' ];
$config[ 'url_identifier' ] = 'sec';
// ... Other $config variables
return $config;
} );
Preferably, d…
| WordPress | 4.5+ requiredTested up to 4.9.29 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.