?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/wordpress-seo/admin/views/tabs

?? Viewing: first-time-configuration.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>';


??

??