Update namespace from 'WPAllStars' to 'WPALLSTARS' and ensure README.md changelog is in sync
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/tag/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled

This commit is contained in:
2025-04-12 01:13:13 +01:00
parent 97901dfdfe
commit 35534aa246
5 changed files with 12 additions and 4 deletions

View File

@ -408,7 +408,7 @@ if (file_exists($autoloader)) {
require_once $autoloader;
// Initialize the updater if the class exists
if (class_exists('\WPAllStars\FixPluginDoesNotExistNotices\Updater')) {
new \WPAllStars\FixPluginDoesNotExistNotices\Updater(__FILE__);
if (class_exists('\WPALLSTARS\FixPluginDoesNotExistNotices\Updater')) {
new \WPALLSTARS\FixPluginDoesNotExistNotices\Updater(__FILE__);
}
}