oont-contents/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php
2025-02-08 15:10:23 +01:00

14 lines
249 B
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>';