🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 10:52:00 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
jetpack
/
modules
/
theme-tools
/
compat
📍 /home/therahul/thedasstores.com/wp-content/plugins/jetpack/modules/theme-tools/compat
🔄 Refresh
✏️
Editing: twentyseventeen.php
Writable
<?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' );
💾 Save Changes
❌ Cancel