Files
Vladimir Bryzgalov c264bc433a feat(wpmc S7): vendor Plugin Update Checker v5.6
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 12:15:44 +05:00

11 lines
191 B
PHP

<?php
namespace YahnisElsts\PluginUpdateChecker\v5;
if ( !class_exists(PucFactory::class, false) ):
class PucFactory extends \YahnisElsts\PluginUpdateChecker\v5p6\PucFactory {
}
endif;