first commit

This commit is contained in:
2025-09-22 10:45:29 +02:00
commit bb5cc93cb0
6520 changed files with 2602936 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php
/**
* WPSEO plugin file.
*
* @deprecated 25.5
* @codeCoverageIgnore
*
* @package WPSEO\Admin
* @since 5.1
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
do_action_deprecated( 'wpseo_install_and_activate_addons', [], 'Yoast SEO 25.5' );
_deprecated_file( __FILE__, 'Yoast SEO 25.5' );