How to fix blocked cookies error that doesn’t let me log into wp-admin?
I added these lines in wp-config above /* That’s all, stop editing! Happy blogging. */ line: define(‘ADMIN_COOKIE_PATH’, “https://wordpress.stackexchange.com/”); define(‘COOKIE_DOMAIN’, ”); define(‘COOKIEPATH’, ”); define(‘SITECOOKIEPATH’, ”); define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’] );