Visitor force login page

الوصف

Easily hide your WordPress site from public viewing by requiring visitors to log in first. As simple as flipping a switch.

Make your website private until it’s ready to share publicly, or keep it private for members only.

Features

  • WordPress Multisite compatible.
  • Specific page redirects visitors back to the url they tried to visit without login.
  • Extensive Developer API (hooks & filters).
  • Customizable. Set a specific URL to always redirect to on login.
  • Filter exceptions for certain pages or posts.
  • Restrict REST API to authenticated users.
  • Translation Ready & WPML certified.

لقطات الشاشة

  • Settings

التنصيب

Upload the Force Login plugin to your site, then Activate it.

Go to setting page & select menu => select Visitor force page & select a page.

You’re done!

الأسئلة المتكررّة

1. How can I specify a URL to redirect to on login?

By default, the plugin sends visitors back to the URL they tried to visit. However, you can set a specific URL to always redirect users to by adding the following filter to your functions.php file.

`
/**
* Set the URL to redirect to on login.
*
* @return string URL to redirect to on login. Must be absolute.
*/
1) Go to setting page & select menu => select Visitor force page & select a page.

Requires: WordPress 4.5 or higher

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Visitor force login page” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Visitor force login page“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0.2

  • Fix some issue with latest wordpress version
  • Tested with latest version

1.0.1

  • Fix some security issue
  • Tested with latest version

1.0

  • just release plugin