Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markonikolic985/90f4e4a6e172b53ff5c8a519a3b9efa5 to your computer and use it in GitHub Desktop.
Save markonikolic985/90f4e4a6e172b53ff5c8a519a3b9efa5 to your computer and use it in GitHub Desktop.
function wp_rocket_deactivate_inline_css_minify( $html_options ) {
unset( $html_options['cssMinifier'] );
return $html_options;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment