File "twentyseventeen.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php
File size: 377 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Jetpack Compatibility File
 * See: https://jetpack.com/
 *
 * @package automattic/jetpack
 */

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