initial commit
This commit is contained in:
23
inc/classes/inContact/Init.php
Normal file
23
inc/classes/inContact/Init.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace inContact;
|
||||
|
||||
/**
|
||||
Klasa Init
|
||||
|
||||
@link https://krzysztof-turek.com
|
||||
|
||||
@package tylkofotografia.pl
|
||||
@version 0.2
|
||||
*/
|
||||
class Init
|
||||
{
|
||||
use Singleton;
|
||||
|
||||
function __construct()
|
||||
{
|
||||
Enqueue::getInstance();
|
||||
AdminMenu::getInstance();
|
||||
Shortcode::getInstance();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user