このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Redirect Front-end

説明

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())

インストール

  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!

評価

このプラグインにはレビューがありません。

貢献者と開発者

Redirect Front-end はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Redirect Front-end” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.1

  • Initial release