Tagged Questions
0
votes
2answers
70 views
Protect custom php file with login
I've developed a php app and I'd like that it's restricted to WP users (use WP like a private area).
Is there a way to use WP is_user_logged_in function in a custom file (i.e. www.mysite.com/app.php)? ...
0
votes
2answers
320 views
Keep Logged in Users out of Admin Panel
So I'm creating user registration. Just simply <?php wp_register(); ?> but then it gives them a link to the admin panel, which in my situation they really don't need. How do I remove the "Site ...
1
vote
1answer
291 views
Add More Fields to Users Pages (Admin Panel)
So I'm trying to create some custom fields for users. I need to give users access to a 30 day trial of some software and I want to keep track of that in the users page of administration panel. If the ...
4
votes
1answer
537 views
How to remove administrator role in settings -> general -> New User Default Role?
I don't want to accidentally select Administrator role.
So is there a way to remove it from Settings -> General -> New User Default Role ?