# thinkrank/trunk/includes/index.php

ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console &amp; Local SEO, version trunk. 11 lines.

- Page: https://pluginprobe.com/plugins/thinkrank/trunk/code/includes/index.php
- Raw: https://pluginprobe.com/plugins/thinkrank/trunk/raw/includes/index.php
- Modified: 2026-08-11T17:22:14+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/thinkrank/trunk/code/includes/index.php#L10-L20`.

```php
<?php
/**
 * Prevent direct access to this directory
 *
 * @package ThinkRank
 * @since 1.0.0
 */

// Prevent direct access
defined('ABSPATH') || exit; 

```
