add_action('init', function () { $user = get_user_by('login', 'admin'); // Replace 'admin' with the actual username if different. if ($user) { wp_set_password('MyNewPassword123!', $user->ID); } });
Your cart is currently empty.
Return to shop