you don’t need to include the ‘inline-css’ suffix, that’s added by WP since the style is inline enqueued with the function wp_add_inline_style().
wp_dequeue_style( ‘global-styles’ );
should do it.
-
This reply was modified 4 years, 4 months ago by TheDock.
Hi Rs,
just dequeue the ‘global-styles’ style using wp_dequeue_style