Hello :slight_smile:
I have a plugin which I’m currently still maintaining but it’s not quite ready for release yet.
It’s pretty much the JetPack’s Custom-CSS plugin but then written for MultiSite installations (JetPack requires a per-site activation to use the plugins… ew.) with added sanitation (e.g. @import, “behavior:”, javascript:< etc…:wink:
Anyway, when a user edits the text-area and leaves the page without saving, I’d like to add a warning… just like which is done with TinyMCE..
Unfortunately, I couldn’t find this function within WordPress, I guess it’s something specific?
Do you guys know any built-in WP way to do so or do I need to write this from scratch using jQuery?
Thank you very much :slight_smile: