RSS Amplifier

Recent Questions - WordPress Development Stack Exchange · Aug 18, 2026

Complianz CSS request being added to my header no matter what I do

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

I'm using Complianz to manage trackers and scripts on my WordPress site, but its CSS scripts are render blocking my home page. I was able to dequeu the main stylesheet using the following snippet: // Dequeue the Complianz general CSS file on the front page function force_dequeue_complianz_general() { if(is_front_page()) { wp_dequeue_style('cmplz-general'); wp_deregister_style('cmplz-general'); } }…

Read on wordpress.stackexchange.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.