Lost your password?

Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

function is_admin_user(){ require_once(ABSPATH.'wp-includes/pluggable.php'); return current_user_can('create_users'); //or 'manage_options' }