PMC Post Savior
PMC Post Savior
Description
PMC Post Savior checks every 15 seconds to see if you’re still logged in. If you are not, it presents a pop-up window so that you can log back in without losing your work.
Github: https://github.com/Penske-Media-Corp/pmc-post-savior
WordPress.org: https://wordpress.org/extend/plugins/pmc-post-savior/
Image by The Library of Congress. See link for details.
Installation
- Upload the
pmc-post-saviorfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Screenshots
Faq
Why don’t you just read the cookies via javascript?
Since the auth cookies are not visible to javascript, this uses AJAX to communicate with WordPress to check the login cookies.
Why 15 seconds?
Because 1 minute is too long.
Reviews
Changelog
1.0
- Fix issue where login prompt didn’t show in full-screen edit mode.
- No longer instantiate into a global. Unnecessary since the class is already a singleton. Props JJJ.
0.9
- Initial beta release.

