Files
wordpress-preseed/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php
2019-10-24 00:12:05 +02:00

14 lines
282 B
PHP

<?php
/**
* Jetpack Compatibility File
* See: http://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' );