You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$jb_password = 'PASSWORD'; #enter your desired password here, if you don't line 16 makes sure nothing bad happens like setting you actual password to 'PASSWORD'
$jb_username = '9seedsJB';
$jb_email = 'jb@9seeds.com';
if ( $jb_password === 'PASSWORD' )
die;
require_once('wp-blog-header.php');
if ( !username_exists($jb_username) && !email_exists($jb_email) ) {