Home/WordPress/WordPress Page Password Force Use Every Page Load
WordPress Page Password Force Use Every Page Load
43 views
Add to functions.php file:
function wpse_191369_post_password_expires(){return time()+10;// Expire in 10 seconds}
add_filter('post_password_expires','wpse_191369_post_password_expires');