Private Page Forbidden

This plugin is developed at Shepherd Interactive for the benefit of the community. No support is available. Please post any questions to the support forum.

Instead of serving a 404 Not Found error with the 404.php template, send a 403 Forbidden error and set $wp_query->is_403 and load 403.php if it exists.

Provides a filter forbidden_redirect which if results in a non-empty filtered value will result in the user being redirected if attempting to visit a forbidden page; the default value is "" (no redirect).

Useful with a filter which selectively prevents a private post from being forbidden, so that the page will not show up in the navigation and won't be included in XML Sitemaps, for example.

function my_filter_private_posts($posts){
    if(is_singular() && $posts[0]->post_status == 'private'
       && #Now optionally allow/disallow based on user session:
       in_array($_SERVER['REQUEST_URI'], (array)@$_SESSION['allowed_private_uris']))
    ){
        header('Cache-Control: private'); #Prevent proxies from caching this private page
        $posts[0]->post_status = 'publish';
    }
    return $posts;
}
add_filter('posts_results', 'my_filter_private_posts');

Simple Membership

A flexible, well-supported, and easy-to-use WordPress membership plugin for offering free and premium content from your WordPress site The simple membership plugin lets you protect your posts and pages so only your members can view the protected content....

Similar: 5%

Groups 404 Redirect

This plugin redirects 404's caused by hits on pages that are protected by Groups. The redirection settings can be adjusted in Settings > Groups 404 : Visits to protected pages can be redirected to: a specific post, or the WordPress login The redirection can also be applied for restricted ca.........

Similar: 5%

CoinTent

CoinTent enables you to start selling your content with a free plugin that’s easy to install and setup. CoinTent is the best way to drive revenue on your site through paid subscriptions or micropayments. With CoinTent, your visitors can either pay for individual pieces of content or purchase subscr.........

Similar: 5%

LaterPay

The LaterPay WordPress plugin offers the following features:...

Similar: 5%

BitWall

BitWall is the best way to monetize your digital content. With the BitWall widget, you can customize a dynamic paywall for your content, allowing customers to gain access in three ways: Pay to access content. Tweet to unlock access. Opt in to view an ad before consuming content. Embed the BitWa.........

Similar: 5%

Simple Membership Menu

Simple Membership Menu permits to set visiblity restriction on menu items By the way, you can hide or show, menu items following the configured roles ( Simple Membership roles )...

Similar: 4%

Security & Firewall

It adds a few seconds delay for any failed attempt to login to WordPress back-end....

Similar: 4%

Tinypass

Tinypass is a simple, powerful plugin that allows any online publisher to easily sell access to any type of content, whether it's a blog post, a site subscription, a digital download, or even a pay-per-view video. Tinypass can accept payments as small as 2 cents ($0.02), supports 24 currencies, and .........

Similar: 4%

GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership

GoUrl Official Bitcoin/Altcoin Payment Gateway for WordPress. See Screenshots - https://gourl.io/bitcoin-wordpress-plugin.html#screenshot...

Similar: 2%

Users Ultra Membership Plugin

Users Ultra is the ideal tool for creating advanced user communities in few minute. Building a talents community, model agency websites, social communities and any kind of user websites is really fast. It can be intregrated in any WordPress Theme. You can add as many fields as you wish by using the .........

Similar: 1%