How to read third party cookie to access password protected pages
The check is handled by post_password_required(), which seems to be incredibly inconvenient to override. The only way I can think of is early during load: Check if there is a valid WP cookie (if there we are done). Check if there is valid external cookie (if not we are done). If there is then generate … Read more