Exclude on Customizer
-
The plugin probably shouldn’t run in the WP customizer either because it can cause issues with settings that load scripts (such as skins or google fonts).
I just add this at the top of the file for now
if ( ! is_customize_preview() ) { return; }
I would also recommend making sure ABSPATH is defined as well…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclude on Customizer’ is closed to new replies.