Dashboard
PHP:
8.4.23
OS:
Linux
User:
unknown
/
/
hosting
/
www
/
humoyoxido.com
/
public
/
wp-content
/
plugins_off
/
wordpress-seo
/
admin
/
pages
đ€ Upload
đ New File
đ New Folder
Close
Editing: licenses.php
<?php /** * WPSEO plugin file. * * @deprecated 25.5 * @codeCoverageIgnore * * @package WPSEO\Admin * @since 1.5.0 */ if ( ! defined( 'WPSEO_VERSION' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit(); } _deprecated_file( __FILE__, 'Yoast SEO 25.5' );
Save
Cancel