Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Tick “Remember me” by default

The “Remember me” box on the login page starts ticked.

  • Type HTML
  • Runs On the login_footer hook
  • Category Login
  • Tested with WordPress 7.1
HTML
<script>
( function () {
	var box = document.getElementById( 'rememberme' );
	if ( box ) {
		box.checked = true;
	}
} )();
</script>

Good to know

Only use this on sites people log in to from their own devices.

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.