[ad_1]
Hi there!
First of all, I love this plugin! Thank you so much for your work. I have a request/suggestion:
I know that I can reset login access with this filter:
add_action( 'init', 'remove_login_access_data' );
function remove_login_access_data() {
update_option( 'sg_login_access', array() );
}
Would you consider adding a button for this feature to the admin UI? I’m picturing a scenario where I don’t have a computer at hand and a client logs themselves out. With a button I could just log-in to the admin area with my phone and re-enable their login by resetting this option.
- This topic was modified 1 hour, 8 minutes ago by .
