wordpress-website-lifecycle/mu-plugins/yith-premium.php
Viktor Szépe 43d3ee4a87
Some checks failed
Back-end / Syntax errors (push) Has been cancelled
Integrity / Integrity (push) Has been cancelled
Spelling / 文A Typos check (push) Has been cancelled
Three fixes
2025-09-27 13:30:55 +00:00

16 lines
257 B
PHP

<?php
/*
* Plugin Name: YITH premium plugins
* Plugin URI: https://yithemes.com/product-category/plugins/
*/
// Disable updates
function YIT_Upgrade()
{
return new class {
public function register($slug, $init)
{
}
};
}