# thinkrank/1.10.0/includes/index.php

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

- Page: https://pluginprobe.com/plugins/thinkrank/1.10.0/code/includes/index.php
- Raw: https://pluginprobe.com/plugins/thinkrank/1.10.0/raw/includes/index.php
- Modified: 2025-08-10T07:35:04+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/1.10.0/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; 
```
