Skip to content

Instantly share code, notes, and snippets.

View JuanSerranoTech's full-sized avatar

Juan Serrano Tech JuanSerranoTech

View GitHub Profile
@sethbergman
sethbergman / WP-HTML-Compression
Created November 3, 2015 03:27
Minify HTML for WordPress without a Plugin - Add to function.php
<?php
class WP_HTML_Compression
{
// Settings
protected $compress_css = true;
protected $compress_js = true;
protected $info_comment = true;
protected $remove_comments = true;
// Variables