9 lines
258 B
PHP
9 lines
258 B
PHP
<?php // phpcs:ignore Squiz.Commenting.FileComment.Missing
|
|
/**
|
|
* Module Name: Geo Location
|
|
* Module Description: Add location data to your posts.
|
|
*
|
|
* @package automattic/jetpack
|
|
*/
|
|
|
|
require_once __DIR__ . '/geo-location/class.jetpack-geo-location.php';
|