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

@ -8,7 +8,7 @@ class MainWP_Child_Branding {
public $child_plugin_dir;
public $child_branding_options = null;
public static function Instance() {
public static function instance() {
if ( null === self::$instance ) {
self::$instance = new MainWP_Child_Branding();
}