wp_back/wp-content/plugins/wordpress-seo/admin/pages/licenses.php

16 lines
254 B
PHP
Raw Normal View History

2024-05-20 15:37:46 +03:00
<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin
* @since 1.5.0
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
require WPSEO_PATH . 'admin/views/licenses.php';