Daniel L. Iser
Daniel L. Iser
Punting for now.
In the mean time, here is a method to force it on: ``` add_action( 'wp_enqueue_scripts', 'custom_force_pm_asset_caching', 11 ); function custom_force_pm_asset_caching() { wp_deregister_script( 'popup-maker-site' ); $cached = get_option( 'pum-has-cached-js' ); if...
@fpcorso Auto/Disabled would match what we have now. Enabled would force it on. Debug Test would make the admin notice show up every page load for logged in admins to...
The last one is more of an after thought. But I could see it showing a green bar when its working correctly, and maybe recommending things like using Health Check...
Punting to v1.4
Punting to 1.5. We will be doing a major UI / UX update to the theme editor and this will fit right into that.
@marklchaves This one needs full testing as I had to make tweaks in a few places to get it properly ironed out. I tried to do it with scalpel-like precision...
As soon as you test `develop` its ready for a merge & release
Awesome, looks like you covered most of the commonly used ones. If they work now (better than before) I think we are good. I tried to only make additive changes...
@fpcorso I planned to model it after how WP Rocket was already doing it. Some fields have ? and that links to the relevant doc for that field. We can...