• Colin

    (@colinsafranek)


    Hello. Thanks for the great plugin!

    I would like to put the easy columns css into my main stylesheet to minimized server requests. Copying the contents of easy columns css file is easy. But I’d like to know the best / easiest way to deregister the easy columns css file so that it doesn’t get linked in the HEAD of every page.

    Thank you!

    https://wordpress.org/plugins/easy-columns/

Viewing 1 replies (of 1 total)
  • Thread Starter Colin

    (@colinsafranek)

    I’ve tried placing this:

    remove_action('wp_head', array('EasyColumns', 'add_css'));

    in my theme’s functions.php but it didn’t work.

    I also tried:

    remove_action('wp_head', 'add_css');

    and this:

    remove_action('wp_head', array(EasyColumns, 'add_css'));

    Couldn’t get any of them to work.

    Any help here would be much appreciated. Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Deregister easy columns css’ is closed to new replies.