diff --git a/plugin/GitHubUpdater.php b/plugin/GitHubUpdater.php index 318ad71..3def1cc 100644 --- a/plugin/GitHubUpdater.php +++ b/plugin/GitHubUpdater.php @@ -913,7 +913,7 @@ private function addAdminNotice(string $message): void /** * Get plugin icon if defined and valid. * - * @return string https://example.org/wp-content/plugins/consent-manager/assets/icon.png + * @return string https://example.org/wp-content/plugins/github-updater-demo/assets/icon.png */ private function getPluginIcon(): string { @@ -927,7 +927,7 @@ private function getPluginIcon(): string /** * Get small plugin banner (772x250). * - * @return string https://example.org/wp-content/plugins/consent-manager/assets/banner-772x250.jpg + * @return string https://example.org/wp-content/plugins/github-updater-demo/assets/banner-772x250.jpg */ private function getPluginBannerSmall(): string { @@ -939,7 +939,7 @@ private function getPluginBannerSmall(): string /** * Get large plugin banner (1544x500). * - * @return string https://example.org/wp-content/plugins/consent-manager/assets/banner-1544x500.jpg + * @return string https://example.org/wp-content/plugins/github-updater-demo/assets/banner-1544x500.jpg */ private function getPluginBannerLarge(): string { @@ -952,7 +952,7 @@ private function getPluginBannerLarge(): string * Get plugin file if exists. * * @param string $file assets/icon.png - * @return string https://example.org/wp-content/plugins/consent-manager/assets/icon.png + * @return string https://example.org/wp-content/plugins/github-updater-demo/assets/icon.png */ private function getPluginFile(string $file): string {