Пример #1
0
 function __construct()
 {
     new fireInit();
     new chat_admin_menu();
     $template = new _chatroom_tpl();
     $shortcode = new chatroom_shortcode();
     $template->__init();
     $shortcode->__init();
     self::wp_hooks();
 }