/*
Theme Name: Exponent
Theme URI: https://exponentwptheme.com/
Author: Brand Exponents
Author URI: http://www.brandexponents.com/
Description:  A modern business theme, that lets you build stunning high performance websites using a fully visual interface.
Version: 1.2.8.4
License: GPL 2.0
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: exponent
*/

/** 
 * Enables the HTTP Strict Transport Security (HSTS) header in WordPress. 

function tg_enable_strict_transport_security_hsts_header_wordpress() {
    header( 'Strict-Transport-Security: max-age=10886400' );
}
add_action( 'send_headers', 'tg_enable_strict_transport_security_hsts_header_wordpress' );
 */