Deactivate plugin CSS

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 11 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
May 17, 2013 at 6:22 pm 3775
Tareq Hasan I want to use my own style.css I want no link in the header.
May 17, 2013 at 7:29 pm 3791
Tareq Hasan Tareq Hasan

Use this code to dequeue the css:
[php]

function wpufe_dequeue_style() {
wp_dequeue_style( ‘wpuf-css’ );
}

add_action( ‘wp_enqueue_scripts’, ‘wpufe_dequeue_style’ );
[/php]

Viewing 1 Posts - 1 through 1 (of 1 total)