• 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…

    https://wordpress.org/plugins/cleanerpress/

Viewing 1 replies (of 1 total)
  • Plugin Author Arevico

    (@arevico)

    Thank you for your feedback. This plugin maintenance is behind a bit, but I see that it is still popular. I will in the near future, do a major overhaul.

Viewing 1 replies (of 1 total)
  • The topic ‘Exclude on Customizer’ is closed to new replies.