<?php

/**
 * Make Jetpack honor DNT
 *
 * Do Not Track (DNT) is a feature in web browsers and websites that asks advertisers and other web software providers to not track individuals’ browsing habits. As a site owner, you can force the Jetpack Stats feature to honor any visitors with DNT enabled and not track their activity (i.e. post and page views).
 */
add_filter('jetpack_honor_dnt_header_for_stats''__return_true');