# wordpress-seo/27.8/admin/views/tabs/dashboard/first-time-configuration.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 27.8. 15 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/27.8/code/admin/views/tabs/dashboard/first-time-configuration.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/27.8/raw/admin/views/tabs/dashboard/first-time-configuration.php
- Modified: 2022-07-12T14:06:28+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/wordpress-seo/27.8/code/admin/views/tabs/dashboard/first-time-configuration.php#L10-L20`.

```php
<?php
/**
 * WPSEO plugin file.
 *
 * @package WPSEO\Admin\Views
 */

if ( ! defined( 'WPSEO_VERSION' ) ) {
	header( 'Status: 403 Forbidden' );
	header( 'HTTP/1.1 403 Forbidden' );
	exit();
}

echo '<div id="wpseo-first-time-configuration"></div>';

```
