Plugin info

Total downloads: 9,485
Active installs: 10
Total reviews: 1
Average rating: 1
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/3/2013 (4651 days ago)
Added to WordPress: 9/22/2011 (14 years old)
Minimum WordPress version: 2.7
Tested up to WordPress version: 3.5.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4651 days ago • 1 reviews

22/100

Is Logged in abandoned?

Possibly abandoned (last update 4651 days ago).

Compatibility

Requires WordPress: 2.7
Tested up to: 3.5.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

User Access Shortcodes
Rating 4.9/5 (13 reviews)Active installs 1,000

Description

Allows you to close your site to non-logged in users, by redirecting them to the login page, displaying a message or a specific template file. The plugin can be configured to redirect visitors to login page, display a short message using your themes layout or display a fallback file located in your stylesheet_directory.

Filters

List of available filters and their expected return values.

  • logged_in_url_is_valid: Let’s you validate all URL’s by returning true or false. Parameters indicating validity and URL.
  • logged_in_cb: A custom callback to handle the case of users who are not logged in of your choice, instead of using one of the built in actions. You should return a function name or pointer.
  • logged_in_action: An action to take when requested URL is not allowed (valid return values are: fallback, message and login).
  • logged_in_redirect_status: HTTP redirect status code to use when redirecting to login page. Defaults to 302.
  • logged_in_fallback_filename: A fallback file located in your stylesheet_directory, used by the fallback action.
  • logged_in_fallback_path: A full path to the fallback file, used by the fallback action.
  • logged_in_message: A message displayed by the message action.
  • logged_in_login_redirect_url: The URL to goto after successful login.

Credits

Installation

This section describes how to install the plugin and get it working.

  1. Upload the logged-in directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.4

  • Settings are now located under Settings / General on WordPress 3.5 or higher, as the Privacy page has been removed.

1.0.3

  • Fixed a bug that caused the redirect action to incorrectly redirect to the the admin section when WordPress is installed in a subdirectory, even when accessing the front page.
  • Added the logged_in_login_redirect_url filter, allowing developers to override the URL mentioned above.

1.0.2

  • Added setting to allow visitors to access XML-RPC

1.0.1

  • Added setting to allow visitors to access feeds
  • Fixed bug affecting IIS servers, causing redirection loops
  • Added romaninan localization

1.0

  • Added settings GUI
  • Added localization support and Swedish localization

1.0b1

  • Initial Release