Ok i solved with this way:
// Redirect guest users
function login_redirect() {
global $pagenow;
// If user is not loged in and not in the login page
if(!is_user_logged_in() && $pagenow != 'wp-login.php')
auth_redirect();
}
add_action( 'wp', 'login_redirect' );
Related Posts:
- How can I display show/hide elements when user is registered?
- Send email to all registered users [closed]
- If the current user is an administrator or editor
- How do I add a field on the Users profile? For example, country, age etc
- user_login vs. user_nicename
- Groups of capabilities: users with multiple roles?
- Is there a way to merge two users?
- How to restrict access to uploaded files?
- Best way to send users password?
- Why are user address fields required [closed]
- Multi-steps WordPress registration : in 4 steps how to?
- Allow guests to save favourite pages?
- Basic auth WordPress REST API dilemma
- WordPress keeps asking for connection information in localhost
- importing users where password is provided as md5 + much metadata
- User File Upload Repository?
- How to get user ID during registration and add it to a custom table
- How do I properly format the user_role array?
- How can I secure a WordPress blog using OpenID from a single provider?
- Redirect after login based on user role (custom login page)
- Can I create users that have access to *some* other users posts instead of all other users posts?
- My custom page template with is_user_logged_in() does not detect that I’m logged in
- Total Word Count For Posts And Comments By One Author
- Delete user from frontend
- Tagging users in WordPress
- Share user table from WP with Drupal
- WordPress User getting added with id of 0
- Log all users out of all locations after 24 hours
- Register new user in the frontend
- Force logout ALL users at a certain time
- Show MD5 Password in user section
- RSS feed for a given user’s post?
- add_cap not working with Shop Manager role
- get_users() timeout on big userbase — options to divide query?
- Plugin for limiting user registration based on ip with expiry period?
- Bulk delete users from a csv list
- Get tags for current user
- Split Blog Into Two Sections?
- how to update or refresh the wp user object?
- Users managed to register on website with no register button?
- Is there a way to make custom fields only editable by administrators?
- How to use WordPress for class notes?
- mysql query two database tables, users and usermeta and sort by custom meta int value
- Including users in insert link internal link search in Gutenberg
- How to Check User type from the form user registers in user_register hook?
- Editable registration date field in user profile
- Turn off password requirement
- How to duplicate a wordpress user and all his/her data from custom fields?
- How do I transfer user passwords from one WordPress site to another?
- How can I authenticate user credentials against a WordPress instance?
- Add a role and give admin priviledges
- WordPress registration without wp-login.php and wp-admin folder, is it possible?
- List users by meta_key and meta_value
- Use WordPress Login for a non-wordpress site
- How to change user`s avatar?
- WordPress SQL Issue not returning correct reselts
- How to get last user with wpdb?
- How to Create a User Profile Page?
- List Users alphabetically with heading
- Restrict access to non-wordpress section of site with user roles?
- how to remove email field from default user registration form on wordpress
- How can I change “Users” related labels in the wordpress dashboard
- Does it matter if the very first user, usually Admin, does not have a user ID of 1?
- How to set default’ => $current_user->user_login
- User can manage one page accessible by everyone?
- Can i use two different user tables for on WP install?
- SELECT from wp_users, get Displayname too
- Redirect current user to their most recent custom post
- how redirect users to custom login page when “login to reply” is clicked? [duplicate]
- Making WordPress available while logged into another website
- Get user ID when action row link is clicked
- Whenever I got to my new pages (http://www.cwmags.com/news) it requests login?
- how to delete in phpmyadmin sql – all users with certain condition and all dependencies
- User with same Mail but a different additional info(like domain)
- How to connect wordpress user with my own APP user?
- Author Error “Sorry, you are not allowed to access this page.”
- How to give guest users “not logged in” a role?
- How to Moderate Edits to User Profiles?
- Upon running wp_insert_user() WP Keeps Saying user_login is already in the system when it isn’t
- wp_insert_user always tries the same user name
- Limit a user only to wp-cli only use
- What is the best user experience for user to perform an action using email?
- Registration page as homepage
- WordPress install checking permissions of user id 0
- How to do a search based on the user’s location & search term and return proximity-based results?
- Store extra user values permanently
- New User ID not working in custom function with user_register hook
- Insert query not working for non-logged in user
- Disallow user registration/checkout via Hotmail/Yahoo
- User management missing after migration to new host
- Add new user and user bio at same time
- How to create a link to a user’s profile page
- Validate user meta and redirect
- Storing additional information about the user
- Current User Seeing Another Logged In User Info
- What techniques can a user employ to achieve a password rated “strong” in the WordPress password checker
- How can I list users by date in an array in meta_value?
- Email Subscribe for Downloads in WordPress
- Cant edit profile from frontend
- Can I provide a user’s user_ID to them and can it also be searchable in a member’s directory