summaryrefslogtreecommitdiff
blob: 284b54a468cecbfbab35d857f0d878c9cef0a3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * Jetpack Compatibility File
 * See: https://jetpack.com/
 */

function twentyseventeen_jetpack_setup() {
	/**
	 * Add theme support for geo-location.
	 */
	add_theme_support( 'jetpack-geo-location' );
}
add_action( 'after_setup_theme', 'twentyseventeen_jetpack_setup' );