Skip to content

Instantly share code, notes, and snippets.

View wcandrew's full-sized avatar

Andrew Biggart wcandrew

View GitHub Profile
<?php
class WP_HTML_Compression
{
// Settings
protected $compress_css = true;
protected $compress_js = true;
protected $info_comment = true;
protected $remove_comments = true;
// Variables