Files
medicalalert-web-reloaded/wp/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php
2024-01-09 22:14:20 -05:00

15 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>';