var _gaq = [["_setAccount", "UA-15504121-11"], ["_trackPageview"]]; (function(d, t) {var g = d.createElement(t),s = d.getElementsByTagName(t)[0]; g.src = "//www.google-analytics.com/ga.js"; s.parentNode.insertBefore(g, s);}(document, "script")); ';
}
add_action('wp_footer', 'add_google_analytics');
// Disable WooCommerce styles
//define('WOOCOMMERCE_USE_CSS', false);
// Disable the theme / plugin text editor in Admin
define('DISALLOW_FILE_EDIT', true);
// Remove WordPress head junk
remove_action('wp_head', 'wp_generator');
remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wlwmanifest_link');
// Temporarily add BugHerd back in
function add_bugherd() {
echo "";
}
add_action('wp_footer', 'add_bugherd');
?>