mirror of
https://gh.wpcy.net/https://github.com/szepeviktor/wordpress-website-lifecycle.git
synced 2026-04-25 04:52:19 +08:00
15 lines
249 B
PHP
15 lines
249 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) {
|
|
}
|
|
};
|
|
}
|