説明
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())
インストール
- Upload the
redirect-frontendto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- That’s it.
FAQ
Does this do anything else?
Nope!
評価
このプラグインにはレビューがありません。
貢献者と開発者
“Redirect Front-end” をあなたの言語に翻訳しましょう。
開発に興味がありますか ?
変更履歴
0.1
- Initial release