mnelson4 / printmyblog

WordPress Plugin that simplifies printing your entire blog
GNU General Public License v3.0
16 stars 6 forks source link

Deque problematic scripts #164

Closed mnelson4 closed 3 years ago

mnelson4 commented 3 years ago

Like with WPCowichan’s VR plugin. I should also hand separate PHP, JS, and CSS files based on the Plugin’s basename. So have a folder like plugin_compatility, then the Plugin’s slug as a folder name, then it’s name again with the extension PHP, JS, or CSS. In a domain file, declare which scripts to deque

mnelson4 commented 3 years ago

There's plugin compatibility classes that can handle this