# gmap-embed/trunk/admin/includes/constant.php

Maps Plugin using Google Maps for WordPress – WP Google Map, version trunk. 5 lines.

- Page: https://pluginprobe.com/plugins/gmap-embed/trunk/code/admin/includes/constant.php
- Raw: https://pluginprobe.com/plugins/gmap-embed/trunk/raw/admin/includes/constant.php
- Modified: 2022-02-14T16:36:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gmap-embed/trunk/code/admin/includes/constant.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

```
