Refactoring

This commit is contained in:
thanghv 2020-05-06 20:22:11 +07:00
parent caac8ef5ae
commit aa89db5f6c
30 changed files with 506 additions and 1073 deletions

View file

@ -7,7 +7,7 @@ class MainWP_Child_WPvivid_BackupRestore {
public static $instance = null;
public $is_plugin_installed = false;
public $public_intetface;
static function Instance() {
static function instance() {
if ( null === self::$instance ) {
self::$instance = new MainWP_Child_WPvivid_BackupRestore();
}