Snippets Scripts August 13, 2024 0 Comments Hide “Remember Me” Hide the “Remember Me” checkbox on the login page. <?php add_action( 'login_enqueue_scripts', function() { echo '<style type="text/css">.login .forgetmenot { display: none; }</style>'; } ); Post Views: 110
Post Comment Cancel reply Comments Name Email Save my name, email, and website in this browser for the next time I comment.
Post Comment