Your IP : 216.73.216.95


Current Path : /var/test/www/html/wp-content/plugins/jetpack/modules/theme-tools/compat/
Upload File :
Current File : /var/test/www/html/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php

<?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' );