This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Redirect Front-end

Description

A small plugin that lets you “hide” the front-end of a site, all front-end requests of logged-in users are redirected to the WP Dashboard (filterable).

Useful mainly for developers, if you’re developing a site and want to give users access to see the dashboard while you’re working on the front-end. Also can be used if you have a site with no front-end and always want users to stay on the dashboard.

Filters included:

  • rfe_redirect_caps: Control capabilities required to bypass redirect, lets Administrators access front-end by default (default: manage_options)
  • rfe_redirect_url: Change the redirect URL (default: admin_url())

Installation

  1. Upload the redirect-frontend to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it.

FAQ

Does this do anything else?

Nope!

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Redirect Front-end” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Redirect Front-end” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1

  • Initial release