mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Refactoring
This commit is contained in:
parent
caac8ef5ae
commit
aa89db5f6c
30 changed files with 506 additions and 1073 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue