Add WP Core compat.php (#164)

Signed-off-by: Andy Fragen <andy@thefragens.com>
This commit is contained in:
Andy Fragen 2025-07-15 13:44:52 -07:00 committed by GitHub
parent 966c82949e
commit 2b858dc3c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 569 additions and 0 deletions

View file

@ -37,6 +37,7 @@ require_once __DIR__ . '/inc/user-notification/namespace.php';
require_once __DIR__ . '/inc/version-check/namespace.php';
// External dependencies.
require_once __DIR__ . '/inc/compatibility/compat.php';
require_once __DIR__ . '/inc/updater/class-lite.php';
/**