mirror of
https://gh.wpcy.net/https://github.com/szepeviktor/wordpress-website-lifecycle.git
synced 2026-04-25 04:52:19 +08:00
16 lines
296 B
PHP
16 lines
296 B
PHP
<?php
|
|
|
|
/*
|
|
* Plugin Name: Disable Kernl plugin - Private WordPress Plugin & Theme Updates
|
|
* Plugin URI: https://github.com/szepeviktor/wordpress-website-lifecycle
|
|
*/
|
|
|
|
class ThemeUpdateChecker
|
|
{
|
|
/** @var string|false */
|
|
public $purchaseCode = false;
|
|
}
|
|
|
|
class PluginUpdateChecker_2_0
|
|
{
|
|
}
|