Skip to content

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

Stop the admin email check

Every six months WordPress asks administrators to confirm the site’s admin email after they log in. This turns that screen off.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Tested with WordPress 7.1
PHP
<?php

add_filter( 'admin_email_check_interval', '__return_false' );

In these packs

Move your snippets over this afternoon.

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